Information about plays

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

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

{
    "id": 3544798,
    "uri": "https://api.kexp.org/v2/plays/3544798/?format=api",
    "airdate": "2025-08-25T22:04:03-07:00",
    "show": 64389,
    "show_uri": "https://api.kexp.org/v2/shows/64389/?format=api",
    "image_uri": "https://dn721903.ca.archive.org/0/items/mbid-7d6efc37-7513-4f3a-993f-0a3da9d8e897/mbid-7d6efc37-7513-4f3a-993f-0a3da9d8e897-42770405686_thumb500.jpg",
    "thumbnail_uri": "https://dn721903.ca.archive.org/0/items/mbid-7d6efc37-7513-4f3a-993f-0a3da9d8e897/mbid-7d6efc37-7513-4f3a-993f-0a3da9d8e897-42770405686_thumb250.jpg",
    "song": "Yamaha",
    "track_id": "4e463ca6-f5a8-41af-ac39-f8ebc4acfa59",
    "recording_id": "8c0ee96a-db44-409f-a588-9d55be1eab3e",
    "artist": "Dijon",
    "artist_ids": [
        "cceea21d-f3ec-4586-be7a-d2e939c15c78"
    ],
    "album": "Baby",
    "release_id": "7d6efc37-7513-4f3a-993f-0a3da9d8e897",
    "release_group_id": "1a1e8337-cd16-40e6-b04d-e1b5801b4c89",
    "labels": [
        "Warner Records"
    ],
    "label_ids": [
        "d4cd174f-784d-48d7-91c6-7427bd5d57fe"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Nov 2 at the Paramount // Nov 5 at The Masonic ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}