Information about plays

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

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

{
    "id": 3550796,
    "uri": "https://api.kexp.org/v2/plays/3550796/?format=api",
    "airdate": "2025-09-09T09:06:58-07:00",
    "show": 64516,
    "show_uri": "https://api.kexp.org/v2/shows/64516/?format=api",
    "image_uri": "https://ia803200.us.archive.org/8/items/mbid-5269c5f8-1bae-47e8-8fb8-61890a9e04ab/mbid-5269c5f8-1bae-47e8-8fb8-61890a9e04ab-26475804145_thumb500.jpg",
    "thumbnail_uri": "https://ia903200.us.archive.org/8/items/mbid-5269c5f8-1bae-47e8-8fb8-61890a9e04ab/mbid-5269c5f8-1bae-47e8-8fb8-61890a9e04ab-26475804145_thumb250.jpg",
    "song": "Drive (symphonic version)",
    "track_id": "74ca4807-31b9-4f7f-9be6-347de0af874a",
    "recording_id": "245d6943-a7c1-48ce-a944-2bf09c60530b",
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "Drive (symphonic version)",
    "release_id": "5269c5f8-1bae-47e8-8fb8-61890a9e04ab",
    "release_group_id": "31eb82d1-9a5e-430e-b817-c7e384c8eaaa",
    "labels": [
        "Elektra",
        "Rhino"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2018-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The symphonic version of The Cars' song \"Drive\" was released on the album 80s SYMPHONIC and features a new arrangement of the 1984 hit with a 50-piece orchestra, highlighting Benjamin Orr's vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}