Information about plays

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

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

{
    "id": 3605199,
    "uri": "https://api.kexp.org/v2/plays/3605199/?format=api",
    "airdate": "2026-01-16T18:45:57-08:00",
    "show": 65667,
    "show_uri": "https://api.kexp.org/v2/shows/65667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Honey",
    "track_id": "a5be1cf2-6aec-45ce-a2b9-b492dd6a864b",
    "recording_id": "d3938aef-682c-4202-a22c-13d650cb844e",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "K.G.",
    "release_id": "5ee2196a-cbbb-40e1-959a-9854ab998eb7",
    "release_group_id": "8755fac8-9e89-45f5-acdf-286440c431c8",
    "labels": [
        "KGLW"
    ],
    "label_ids": [
        "4b3b4fbf-67fa-4693-be97-dc0e4d6385f5"
    ],
    "release_date": "2020-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Stephanie!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}