Information about plays

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

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

{
    "id": 3602246,
    "uri": "https://api.kexp.org/v2/plays/3602246/?format=api",
    "airdate": "2026-01-09T13:10:24-08:00",
    "show": 65604,
    "show_uri": "https://api.kexp.org/v2/shows/65604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Class War",
    "track_id": "8d6c61c0-ec89-38f4-92e7-a86f8f956768",
    "recording_id": "b346f4b9-9974-46e8-91bf-9a461dcf58de",
    "artist": "Mission of Burma",
    "artist_ids": [
        "db9d25d7-a85b-4a29-b2ff-8f5b69ed691e"
    ],
    "album": "Four Hands EP",
    "release_id": "1cc6e9b0-155f-40e0-af6d-d4b78d1370a6",
    "release_group_id": "170190e9-e4ed-3174-bb37-5a854b4e6f75",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2004-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MIssion of Burma's cover of the Dils song \"Class War\" - check the original https://www.youtube.com/watch?v=VnE97BwPeTI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}