Information about plays

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

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

{
    "id": 3549293,
    "uri": "https://api.kexp.org/v2/plays/3549293/?format=api",
    "airdate": "2025-09-05T16:39:54-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "https://ia601901.us.archive.org/18/items/mbid-780823a5-a852-4958-bcb3-b291ceb66ea1/mbid-780823a5-a852-4958-bcb3-b291ceb66ea1-2973789684_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/18/items/mbid-780823a5-a852-4958-bcb3-b291ceb66ea1/mbid-780823a5-a852-4958-bcb3-b291ceb66ea1-2973789684_thumb250.jpg",
    "song": "Race for the Prize",
    "track_id": "55b2ba95-66a7-3842-ba66-2986086750bc",
    "recording_id": "1c39630b-ff63-4477-ac9a-8541c7bbf4b8",
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "The Soft Bulletin",
    "release_id": "780823a5-a852-4958-bcb3-b291ceb66ea1",
    "release_group_id": "1a021034-95d1-3a2d-bdca-73b25e455e49",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1999-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Jen!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}