Information about plays

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

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

{
    "id": 3631091,
    "uri": "https://api.kexp.org/v2/plays/3631091/?format=api",
    "airdate": "2026-03-19T14:34:25-07:00",
    "show": 66223,
    "show_uri": "https://api.kexp.org/v2/shows/66223/?format=api",
    "image_uri": "https://dn711202.ca.archive.org/0/items/mbid-88fd750d-1280-4a7a-8d49-8739c99f6db7/mbid-88fd750d-1280-4a7a-8d49-8739c99f6db7-3326316906_thumb500.jpg",
    "thumbnail_uri": "https://dn711202.ca.archive.org/0/items/mbid-88fd750d-1280-4a7a-8d49-8739c99f6db7/mbid-88fd750d-1280-4a7a-8d49-8739c99f6db7-3326316906_thumb250.jpg",
    "song": "Islands on the Coast",
    "track_id": "3c0e0132-3697-3331-af03-f40197119971",
    "recording_id": "3f0d72db-0a87-4d8b-846b-0453ba117154",
    "artist": "Band of Horses",
    "artist_ids": [
        "07b6020a-c539-4d68-aeef-f159f3befc76"
    ],
    "album": "Cease to Begin",
    "release_id": "88fd750d-1280-4a7a-8d49-8739c99f6db7",
    "release_group_id": "b8ecb643-255e-353c-a6c4-6148c05d201d",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-10-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Band of Horses will be LIVE on KEXP TOMORROW,  March 20th, at 11:00 a.m. That performance is open to the public. \n\nWatch Band of Horses perform this cool song in 100-degree heat at Lollapalooza in 2009: https://www.youtube.com/watch?v=rxm0rVdei68",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}