Information about plays

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

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

{
    "id": 3557337,
    "uri": "https://api.kexp.org/v2/plays/3557337/?format=api",
    "airdate": "2025-09-24T22:13:01-07:00",
    "show": 64653,
    "show_uri": "https://api.kexp.org/v2/shows/64653/?format=api",
    "image_uri": "https://ia600207.us.archive.org/5/items/mbid-0134244e-6e7d-43b0-b627-c54e89a7c6cb/mbid-0134244e-6e7d-43b0-b627-c54e89a7c6cb-42756596669_thumb500.jpg",
    "thumbnail_uri": "https://dn710000.ca.archive.org/0/items/mbid-0134244e-6e7d-43b0-b627-c54e89a7c6cb/mbid-0134244e-6e7d-43b0-b627-c54e89a7c6cb-42756596669_thumb250.jpg",
    "song": "Go to Sleep",
    "track_id": "6ecb1100-bb94-4f17-a5c8-4d22197df0b9",
    "recording_id": "894c2350-b188-4a9e-a092-b12ec5b98dfc",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Hail to the Thief (Live Recordings 2003–2009)",
    "release_id": "0134244e-6e7d-43b0-b627-c54e89a7c6cb",
    "release_group_id": "44419ec0-d44a-4ec5-875c-d08f5c7ec13c",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2025-08-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}