Information about plays

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

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

{
    "id": 3582917,
    "uri": "https://api.kexp.org/v2/plays/3582917/?format=api",
    "airdate": "2025-11-25T18:38:24-08:00",
    "show": 65209,
    "show_uri": "https://api.kexp.org/v2/shows/65209/?format=api",
    "image_uri": "https://ia600201.us.archive.org/7/items/mbid-c5729b32-d992-4283-9d86-d38bcb814a14/mbid-c5729b32-d992-4283-9d86-d38bcb814a14-1114767938_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/7/items/mbid-c5729b32-d992-4283-9d86-d38bcb814a14/mbid-c5729b32-d992-4283-9d86-d38bcb814a14-1114767938_thumb250.jpg",
    "song": "Hangin’ Tree",
    "track_id": "d580aca6-c931-3b0c-8e39-28391035abc9",
    "recording_id": "78e376ae-4bbb-4040-be8f-b1b183f45803",
    "artist": "Queens of the Stone Age",
    "artist_ids": [
        "7dc8f5bd-9d0b-4087-9f73-dc164950bbd8"
    ],
    "album": "Songs for the Deaf",
    "release_id": "c5729b32-d992-4283-9d86-d38bcb814a14",
    "release_group_id": "cbffb669-c390-3a4d-b46f-1be8ea934b03",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2002-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More to celebrate the birth of Mark Lanegan, on this day in 1964. \n\nMark Lanegan is the lead vocalist on this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}