Information about plays

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

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

{
    "id": 3533803,
    "uri": "https://api.kexp.org/v2/plays/3533803/?format=api",
    "airdate": "2025-07-30T16:34:42-07:00",
    "show": 64155,
    "show_uri": "https://api.kexp.org/v2/shows/64155/?format=api",
    "image_uri": "https://ia801408.us.archive.org/7/items/mbid-5083e4a8-8c2f-40d4-98c2-e3dd647ef32d/mbid-5083e4a8-8c2f-40d4-98c2-e3dd647ef32d-41150482280_thumb500.jpg",
    "thumbnail_uri": "https://ia801408.us.archive.org/7/items/mbid-5083e4a8-8c2f-40d4-98c2-e3dd647ef32d/mbid-5083e4a8-8c2f-40d4-98c2-e3dd647ef32d-41150482280_thumb250.jpg",
    "song": "The Great Pyramid of Stockport",
    "track_id": "97d741f0-5d0f-4f1b-b7bb-77d518ebf4f2",
    "recording_id": "966cb3c8-7694-4680-bdfc-041738fc58ba",
    "artist": "Antony Szmierek",
    "artist_ids": [
        "4e892967-3080-4a28-840f-66717360e535"
    ],
    "album": "Service Station at the End of the Universe",
    "release_id": "5083e4a8-8c2f-40d4-98c2-e3dd647ef32d",
    "release_group_id": "f54f581b-44dd-4206-bfb9-5dd1937383b5",
    "labels": [
        "Mushroom Music"
    ],
    "label_ids": [
        "5d10d13f-786a-4a6a-830c-dcd29922a189"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#24",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}