Information about plays

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

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

{
    "id": 3649352,
    "uri": "https://api.kexp.org/v2/plays/3649352/?format=api",
    "airdate": "2026-05-02T02:56:19-07:00",
    "show": 66604,
    "show_uri": "https://api.kexp.org/v2/shows/66604/?format=api",
    "image_uri": "https://coverartarchive.org/release/cae910ef-a55e-4701-8d03-e0c78370033e/4903449114-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cae910ef-a55e-4701-8d03-e0c78370033e/4903449114-250.jpg",
    "song": "Magic",
    "track_id": null,
    "recording_id": "26993fcf-cc11-4499-a472-11ab10dca337",
    "artist": "Cabaret Voltaire",
    "artist_ids": [
        "439a29ad-f4ef-4857-a7cd-3d4a551056c8"
    ],
    "album": "Groovy, Laidback and Nasty",
    "release_id": null,
    "release_group_id": "de9a3f18-f4ad-33b3-a245-6924a57594da",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LIVE on air this Sunday, May 3rd with Kevin Cole and playing The Moore Theater on May 7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}