Information about plays

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

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

{
    "id": 3561269,
    "uri": "https://api.kexp.org/v2/plays/3561269/?format=api",
    "airdate": "2025-10-04T16:28:31-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia903203.us.archive.org/3/items/mbid-596f3c2c-abe6-48c0-934a-a00483a25e02/mbid-596f3c2c-abe6-48c0-934a-a00483a25e02-23453543530_thumb500.jpg",
    "thumbnail_uri": "https://ia803203.us.archive.org/3/items/mbid-596f3c2c-abe6-48c0-934a-a00483a25e02/mbid-596f3c2c-abe6-48c0-934a-a00483a25e02-23453543530_thumb250.jpg",
    "song": "Take You Back (The Iron Hoof Cattle Call)",
    "track_id": "f050895d-0a61-41e3-829b-709440350682",
    "recording_id": "8c47df59-a16b-4907-9620-d95254a88106",
    "artist": "Orville Peck",
    "artist_ids": [
        "437b356d-88f1-4dde-af5e-dec1c9d7dde4"
    ],
    "album": "Pony",
    "release_id": "27fb9528-206f-4eb9-882a-3a253d8db864",
    "release_group_id": "62e8d6c6-876c-4fe5-a557-05787adbb70a",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#698 Orville Peck - Pony\n\nDonate to KEXP now at the $15/mo level or more and get the D.A.R.E themed hat!\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}