Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3582162/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3582162,
    "uri": "https://api.kexp.org/v2/plays/3582162/?format=api",
    "airdate": "2025-11-24T02:12:41-08:00",
    "show": 65194,
    "show_uri": "https://api.kexp.org/v2/shows/65194/?format=api",
    "image_uri": "https://coverartarchive.org/release/77f92363-c1fb-49ed-9db6-98b04cde0fcf/26288077970-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77f92363-c1fb-49ed-9db6-98b04cde0fcf/26288077970-250.jpg",
    "song": "If You're Goin' to the City",
    "track_id": null,
    "recording_id": "ed13c98c-912b-4caa-bebc-dab10a71ed1c",
    "artist": "Mose Allison",
    "artist_ids": [
        "18b76828-4b12-44c1-b8d9-ae82b22557a0"
    ],
    "album": "I've Been Doin' Some Thinkin'",
    "release_id": null,
    "release_group_id": "2a78a18a-e663-3d70-986b-bc67cc18825b",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}