Information about plays

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

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

{
    "id": 3572836,
    "uri": "https://api.kexp.org/v2/plays/3572836/?format=api",
    "airdate": "2025-11-01T22:50:33-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/c10ece5d-4a4b-4d10-80cf-4d2aebd343f5/6261985530-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c10ece5d-4a4b-4d10-80cf-4d2aebd343f5/6261985530-250.jpg",
    "song": "Love Detective",
    "track_id": null,
    "recording_id": "51626077-6770-4000-82ea-dfe68e7940fa",
    "artist": "The Radiators From Space",
    "artist_ids": [
        "b5990d62-68bc-470c-b837-9b1a14e939c9"
    ],
    "album": "Television Screen",
    "release_id": null,
    "release_group_id": "8c2aa34e-4459-3b50-a2ab-2e4431240247",
    "labels": [
        "Chiswick"
    ],
    "label_ids": [
        "b6bc9c68-0913-42d7-b0c6-3002a9147732"
    ],
    "release_date": "1977-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Radiators from Space, also known as The Radiators, The Rads, Radiators (from Space), and The Radiators Plan 9, were an Irish punk band. They have been described as Ireland's first punk band and reformed in 2003 until the death of founding member Philip Chevron in 2013, with remaining members continuing as Trouble Pilgrims.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}