Information about plays

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

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

{
    "id": 3639352,
    "uri": "https://api.kexp.org/v2/plays/3639352/?format=api",
    "airdate": "2026-04-08T06:06:53-07:00",
    "show": 66397,
    "show_uri": "https://api.kexp.org/v2/shows/66397/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-51bb5ce2-a787-4305-a9e6-918193224da4/mbid-51bb5ce2-a787-4305-a9e6-918193224da4-13901170261_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-51bb5ce2-a787-4305-a9e6-918193224da4/mbid-51bb5ce2-a787-4305-a9e6-918193224da4-13901170261_thumb250.jpg",
    "song": "Gone to Earth",
    "track_id": "941f71aa-4368-30a7-be5f-5eaea04aab89",
    "recording_id": "d64e70dc-23dc-4efc-9449-8be0321098ed",
    "artist": "The American Analog Set",
    "artist_ids": [
        "7f5dde96-1573-4491-9673-f03fe7c5caaa"
    ],
    "album": "The Fun of Watching Fireworks",
    "release_id": "51bb5ce2-a787-4305-a9e6-918193224da4",
    "release_group_id": "ec8f645c-e9af-3e46-a012-ce3cbbab26d9",
    "labels": [
        "Emperor Jones Records"
    ],
    "label_ids": [
        "12e29a11-5c06-46b2-bbb8-8e57ddb05da8"
    ],
    "release_date": "1996-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Worlds on end seen through, a rocket window screen, millions left to roam\nEngines burn, beautiful and bright, always bring me home\nIf galaxies are places you've never been too far\nSuns will fade, both blind and lead the way, home where you are\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}