Information about plays

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

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

{
    "id": 3546777,
    "uri": "https://api.kexp.org/v2/plays/3546777/?format=api",
    "airdate": "2025-08-30T17:01:14-07:00",
    "show": 64430,
    "show_uri": "https://api.kexp.org/v2/shows/64430/?format=api",
    "image_uri": "https://ia800505.us.archive.org/22/items/mbid-0d2d383f-c56d-4056-aece-91362028c897/mbid-0d2d383f-c56d-4056-aece-91362028c897-36520501623_thumb500.jpg",
    "thumbnail_uri": "https://ia800505.us.archive.org/22/items/mbid-0d2d383f-c56d-4056-aece-91362028c897/mbid-0d2d383f-c56d-4056-aece-91362028c897-36520501623_thumb250.jpg",
    "song": "Rock and Roll",
    "track_id": "ab78f74a-f5f0-4641-b059-68a47841a4b2",
    "recording_id": "7186918d-2741-4ec7-acf1-dca95a554490",
    "artist": "Black Pumas",
    "artist_ids": [
        "dd569857-d15e-4dbe-baad-b46a5ffe34a0"
    ],
    "album": "Chronicles of a Diamond",
    "release_id": "0d2d383f-c56d-4056-aece-91362028c897",
    "release_group_id": "673e7ff1-ea90-4253-8f86-a224c7505a11",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2023-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}