Information about plays

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

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

{
    "id": 3553004,
    "uri": "https://api.kexp.org/v2/plays/3553004/?format=api",
    "airdate": "2025-09-14T15:40:29-07:00",
    "show": 64562,
    "show_uri": "https://api.kexp.org/v2/shows/64562/?format=api",
    "image_uri": "https://ia801703.us.archive.org/31/items/mbid-6168eee1-1c8b-42fd-8ec5-0093c70ddb77/mbid-6168eee1-1c8b-42fd-8ec5-0093c70ddb77-22143638355_thumb500.jpg",
    "thumbnail_uri": "https://ia601703.us.archive.org/31/items/mbid-6168eee1-1c8b-42fd-8ec5-0093c70ddb77/mbid-6168eee1-1c8b-42fd-8ec5-0093c70ddb77-22143638355_thumb250.jpg",
    "song": "Town Called Malice",
    "track_id": "32805c39-36cd-49b6-a20f-d4947e8b488b",
    "recording_id": "01a5c05b-9351-4ad6-b26c-6ec595036a82",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "The Gift",
    "release_id": "6168eee1-1c8b-42fd-8ec5-0093c70ddb77",
    "release_group_id": "d1630a9a-70dd-4fc0-89af-c8838a255d04",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paul Weller's lyrics reflected the social upheaval that had blighted the UK in the summer of 1981. The country was three years into Margaret Thatcher's Prime Ministership, the recession had started to bite, key industries were beginning to be closed down and unemployment passed the 2-and-a-half million mark for the first time in 50 years. https://tinyurl.com/2fztvkht",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}