Information about plays

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

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

{
    "id": 3562392,
    "uri": "https://api.kexp.org/v2/plays/3562392/?format=api",
    "airdate": "2025-10-07T16:25:45-07:00",
    "show": 64773,
    "show_uri": "https://api.kexp.org/v2/shows/64773/?format=api",
    "image_uri": "https://ia601605.us.archive.org/0/items/mbid-ab2bd9ee-9301-3d72-80a0-48380ae50491/mbid-ab2bd9ee-9301-3d72-80a0-48380ae50491-23731830364_thumb500.jpg",
    "thumbnail_uri": "https://ia801605.us.archive.org/0/items/mbid-ab2bd9ee-9301-3d72-80a0-48380ae50491/mbid-ab2bd9ee-9301-3d72-80a0-48380ae50491-23731830364_thumb250.jpg",
    "song": "Memorial",
    "track_id": "0dd18bf4-aef2-3b0a-ad44-4ef2647cb2c3",
    "recording_id": "77b07f92-79a2-4924-8ea1-19b3512cc965",
    "artist": "Explosions in the Sky",
    "artist_ids": [
        "4236acde-2ce2-441c-a3d4-38d55f1b5474"
    ],
    "album": "The Earth Is Not a Cold Dead Place",
    "release_id": "ab2bd9ee-9301-3d72-80a0-48380ae50491",
    "release_group_id": "dfc9abdd-b9b8-3cea-b760-cb620e20825e",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2003-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#401\n___\nExplosions in the Sky is an Austin based band, well known for for their music featured in the Friday Night Lights TV and movie soundtracks. \nhttps://explosionsinthesky.bandcamp.com/album/the-earth-is-not-a-cold-dead-place",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}