Information about plays

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

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

{
    "id": 3571415,
    "uri": "https://api.kexp.org/v2/plays/3571415/?format=api",
    "airdate": "2025-10-29T13:07:52-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "https://ia800201.us.archive.org/7/items/mbid-c5729b32-d992-4283-9d86-d38bcb814a14/mbid-c5729b32-d992-4283-9d86-d38bcb814a14-1114767938_thumb500.jpg",
    "thumbnail_uri": "https://ia600201.us.archive.org/7/items/mbid-c5729b32-d992-4283-9d86-d38bcb814a14/mbid-c5729b32-d992-4283-9d86-d38bcb814a14-1114767938_thumb250.jpg",
    "song": "God Is in the Radio",
    "track_id": "8ba4f378-a20c-3120-b55f-6d1042207f68",
    "recording_id": "75e0616a-b563-4948-a1b4-c430cca2a25b",
    "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": "That's the late and beloved Mark Lanegan on vocals here.\n---\nHere's a live performance of \"God Is in the Radio\" in 2023: https://www.youtube.com/watch?v=k7F9qfMKtnI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}