Information about plays

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

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

{
    "id": 3547257,
    "uri": "https://api.kexp.org/v2/plays/3547257/?format=api",
    "airdate": "2025-08-31T17:41:29-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://ia801901.us.archive.org/33/items/mbid-43896770-8d09-3a04-8dcc-e4754f2963ac/mbid-43896770-8d09-3a04-8dcc-e4754f2963ac-2992177301_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/33/items/mbid-43896770-8d09-3a04-8dcc-e4754f2963ac/mbid-43896770-8d09-3a04-8dcc-e4754f2963ac-2992177301_thumb250.jpg",
    "song": "Maps",
    "track_id": "cf29927b-ca9f-3bc8-b7a3-479b116b3375",
    "recording_id": "2d06f1ff-41e5-4e53-913a-c670b99c9d1e",
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Fever to Tell",
    "release_id": "43896770-8d09-3a04-8dcc-e4754f2963ac",
    "release_group_id": "e8e2d824-dd32-3b24-9c7c-24619fbe86a9",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The YYYs came out swinging with layered, dueling and distorted guitars, atmospheric vocals and memorable melodies on this first full-length. https://yeahyeahyeahs.com/\n ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}