Information about plays

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

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

{
    "id": 3545082,
    "uri": "https://api.kexp.org/v2/plays/3545082/?format=api",
    "airdate": "2025-08-26T14:03:43-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "https://ia601507.us.archive.org/5/items/mbid-43277c5d-6e7a-4d3f-9a5a-20600e1ead4a/mbid-43277c5d-6e7a-4d3f-9a5a-20600e1ead4a-19748388422_thumb500.jpg",
    "thumbnail_uri": "https://ia801507.us.archive.org/5/items/mbid-43277c5d-6e7a-4d3f-9a5a-20600e1ead4a/mbid-43277c5d-6e7a-4d3f-9a5a-20600e1ead4a-19748388422_thumb250.jpg",
    "song": "Hungry, So Angry",
    "track_id": "a83f550c-675d-3943-b955-f611dd4321d9",
    "recording_id": "c8b3bcff-a602-4354-bf42-12035163a319",
    "artist": "Medium Medium",
    "artist_ids": [
        "d37c32b6-30ef-4892-8e3c-1de6382e1952"
    ],
    "album": "Postpunk Chronicles: Scared to Dance",
    "release_id": "43277c5d-6e7a-4d3f-9a5a-20600e1ead4a",
    "release_group_id": "9a6d7298-9923-3a2b-b586-f3c80eba72e2",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-01-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Hangry Song, originally released in 1981.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}