Information about plays

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

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

{
    "id": 3521494,
    "uri": "https://api.kexp.org/v2/plays/3521494/?format=api",
    "airdate": "2025-07-02T03:39:33-07:00",
    "show": 63896,
    "show_uri": "https://api.kexp.org/v2/shows/63896/?format=api",
    "image_uri": "https://ia601902.us.archive.org/2/items/mbid-02e6e710-840a-4da0-8970-42acab685aa0/mbid-02e6e710-840a-4da0-8970-42acab685aa0-4145235523_thumb500.jpg",
    "thumbnail_uri": "https://ia801902.us.archive.org/2/items/mbid-02e6e710-840a-4da0-8970-42acab685aa0/mbid-02e6e710-840a-4da0-8970-42acab685aa0-4145235523_thumb250.jpg",
    "song": "Autumn, Again",
    "track_id": "bbf867e4-2d9f-38a8-9dad-9ed61e7b2395",
    "recording_id": "202fdec8-0a0e-4faf-a145-b0baa623b47a",
    "artist": "A Sunny Day in Glasgow",
    "artist_ids": [
        "73571028-9318-4090-ab36-c111974e195b"
    ],
    "album": "Autumn, Again",
    "release_id": "02e6e710-840a-4da0-8970-42acab685aa0",
    "release_group_id": "74f021d9-7aa4-4edc-aa86-d693dc9d30a9",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}