Information about plays

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

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

{
    "id": 3609338,
    "uri": "https://api.kexp.org/v2/plays/3609338/?format=api",
    "airdate": "2026-01-26T09:44:33-08:00",
    "show": 65760,
    "show_uri": "https://api.kexp.org/v2/shows/65760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Children of the Revolution",
    "track_id": null,
    "recording_id": "6e208320-b1ca-4155-bbdf-0b0fc08489ce",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "Children of the Revolution / Jitterbug Love / Sunken Rags",
    "release_id": null,
    "release_group_id": "efbd1b11-6f75-438d-8afe-a170c1bfb569",
    "labels": [
        "T·REX"
    ],
    "label_ids": [
        "5e555391-132d-4038-8b40-5555b49a6f80"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From 1970 to 1973, T. Rex encountered a popularity in the UK comparable to that of the Beatles, with a run of eleven singles in the UK top ten. They scored four UK number one hits, \"Hot Love\", \"Get It On\", \"Telegram Sam\" and \"Metal Guru\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}