Information about plays

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

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

{
    "id": 3633074,
    "uri": "https://api.kexp.org/v2/plays/3633074/?format=api",
    "airdate": "2026-03-24T10:00:26-07:00",
    "show": 66267,
    "show_uri": "https://api.kexp.org/v2/shows/66267/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-11875d24-66e1-4a0f-8187-199f350da210/mbid-11875d24-66e1-4a0f-8187-199f350da210-29243262539_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-11875d24-66e1-4a0f-8187-199f350da210/mbid-11875d24-66e1-4a0f-8187-199f350da210-29243262539_thumb250.jpg",
    "song": "Where on Earth Is Kevin Shields?",
    "track_id": "aedb9445-948f-3132-a9b2-6c61f91fa338",
    "recording_id": "85797fb8-0c19-48ab-9faa-de23b8d61612",
    "artist": "P.S. I Love You",
    "artist_ids": [
        "32b72a65-bfa5-47db-b2a3-367e2e248121"
    ],
    "album": "A Rocket Girl Compilation",
    "release_id": "11875d24-66e1-4a0f-8187-199f350da210",
    "release_group_id": "ecf12bc2-36ce-34d2-91b0-43c6e83f2194",
    "labels": [
        "Rocket Girl"
    ],
    "label_ids": [
        "38a1eaab-5a2b-4934-87d3-74aa9bca5f9f"
    ],
    "release_date": "2001-04-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "P.S. I Love You was named after The Beatles' song of the same name.\n\nThe Kevin Shields in question is Kevin Shields of My Bloody Valentine.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}