Information about plays

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

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

{
    "id": 3633709,
    "uri": "https://api.kexp.org/v2/plays/3633709/?format=api",
    "airdate": "2026-03-26T02:02:03-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/95723f6f-f2e3-4a94-9ede-5d2f69932a8a/25980652618-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/95723f6f-f2e3-4a94-9ede-5d2f69932a8a/25980652618-250.jpg",
    "song": "Southern Man",
    "track_id": null,
    "recording_id": "843c6839-ed55-4085-bc5a-7116cbd9f21d",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "After the Gold Rush",
    "release_id": null,
    "release_group_id": "b6a3952b-9977-351c-a80a-73e023143858",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1970-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sylvester would cover this for the opening track of his 1973 debut album Sylvester & The Hot Band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}