Information about plays

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

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

{
    "id": 3616553,
    "uri": "https://api.kexp.org/v2/plays/3616553/?format=api",
    "airdate": "2026-02-12T11:28:42-08:00",
    "show": 65913,
    "show_uri": "https://api.kexp.org/v2/shows/65913/?format=api",
    "image_uri": "https://dn710201.ca.archive.org/0/items/mbid-1d9fa625-9957-4730-afa4-2adab9b201c0/mbid-1d9fa625-9957-4730-afa4-2adab9b201c0-38027214649_thumb500.jpg",
    "thumbnail_uri": "https://dn710201.ca.archive.org/0/items/mbid-1d9fa625-9957-4730-afa4-2adab9b201c0/mbid-1d9fa625-9957-4730-afa4-2adab9b201c0-38027214649_thumb250.jpg",
    "song": "Guided by Wire",
    "track_id": "eafc5206-091d-3103-b3f1-3ed9df154c8c",
    "recording_id": "4e169595-ecdc-4692-9032-8e25451c7960",
    "artist": "Neko Case & Her Boyfriends",
    "artist_ids": [
        "4763e116-5ba5-4ad2-b2b6-95c3179e6904"
    ],
    "album": "Furnace Room Lullaby",
    "release_id": "1eb7f99e-75f2-357f-bc24-b9a54de7f445",
    "release_group_id": "92a43465-a989-3f99-aa3b-9facdd9c683d",
    "labels": [
        "Loose Music"
    ],
    "label_ids": [
        "4c47716c-7a60-4593-831b-05f1da49936d"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The 2nd album from Neko Case and Her Boyfriends, Neko worked with an impressive list of Canadian collaborators including Brian Connelly, Bob Egan, Dallas Good and Travis Good.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}