Information about plays

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

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

{
    "id": 3538149,
    "uri": "https://api.kexp.org/v2/plays/3538149/?format=api",
    "airdate": "2025-08-09T23:02:23-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "https://ia801206.us.archive.org/6/items/mbid-d61852b8-e1a6-414a-ba9d-1b73f0eb1b2a/mbid-d61852b8-e1a6-414a-ba9d-1b73f0eb1b2a-11021487548_thumb500.jpg",
    "thumbnail_uri": "https://ia801206.us.archive.org/6/items/mbid-d61852b8-e1a6-414a-ba9d-1b73f0eb1b2a/mbid-d61852b8-e1a6-414a-ba9d-1b73f0eb1b2a-11021487548_thumb250.jpg",
    "song": "No Alarm",
    "track_id": "a7334ab2-c747-4137-a8e7-3fc3297e933c",
    "recording_id": "185eaeba-0529-41d0-b20d-58119789de01",
    "artist": "Radioactivity",
    "artist_ids": [
        "1b38a8f3-59c7-46de-9579-37a06b12d6b8"
    ],
    "album": "Silent Kill",
    "release_id": "040a36d2-4e50-4cb5-916f-1e5f5dbccac9",
    "release_group_id": "9aa1a07c-9e59-490b-9aae-d487d078555f",
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Radioactivity is a continuation of The Novice, Jeff Burke's band while living in Japan. Jeff has since moved back to Texas, and out of respect to the Japanese lineup of the band, has changed the name to Radioactivity.\n\nhttps://dirtnaprecords.bandcamp.com/album/radioactivity-s-t",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}