Information about plays

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

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

{
    "id": 3545814,
    "uri": "https://api.kexp.org/v2/plays/3545814/?format=api",
    "airdate": "2025-08-28T08:50:07-07:00",
    "show": 64408,
    "show_uri": "https://api.kexp.org/v2/shows/64408/?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://ia800201.us.archive.org/7/items/mbid-c5729b32-d992-4283-9d86-d38bcb814a14/mbid-c5729b32-d992-4283-9d86-d38bcb814a14-1114767938_thumb250.jpg",
    "song": "A Song for the Dead",
    "track_id": "2b40c315-dbc0-3c0e-9e8b-a456b700dde6",
    "recording_id": "17827920-23c0-45de-af4f-698160f744a3",
    "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": "Watch Queens of the Stone Age and Mark Lanegan perform \"A Song For The Dead\" (featuring Dave Grohl on drums) LIVE at Open Air Festival in St. Gallen Switzerland -on June 26th, 2003.  - https://www.youtube.com/watch?v=dqyMz5BXD1Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}