Information about plays

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

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

{
    "id": 3613111,
    "uri": "https://api.kexp.org/v2/plays/3613111/?format=api",
    "airdate": "2026-02-04T12:27:38-08:00",
    "show": 65838,
    "show_uri": "https://api.kexp.org/v2/shows/65838/?format=api",
    "image_uri": "https://ia800107.us.archive.org/20/items/mbid-9a15b6aa-e7b2-4b8a-b784-47a21d8fe65d/mbid-9a15b6aa-e7b2-4b8a-b784-47a21d8fe65d-22914748789_thumb500.jpg",
    "thumbnail_uri": "https://ia600107.us.archive.org/20/items/mbid-9a15b6aa-e7b2-4b8a-b784-47a21d8fe65d/mbid-9a15b6aa-e7b2-4b8a-b784-47a21d8fe65d-22914748789_thumb250.jpg",
    "song": "Ho Hey",
    "track_id": "a11c4dd6-5f37-4524-9d87-e25267c4fba2",
    "recording_id": "1243e386-d49c-48b8-aea7-ea14383eb67f",
    "artist": "The Lumineers",
    "artist_ids": [
        "bfcb6630-9b31-4e63-b11f-7b0363be72b5"
    ],
    "album": "The Lumineers",
    "release_id": "9a15b6aa-e7b2-4b8a-b784-47a21d8fe65d",
    "release_group_id": "0304f1e1-0547-4fd9-a0cc-90bfdb7945b0",
    "labels": [
        "Dualtone Music Group"
    ],
    "label_ids": [
        "a26c7dc5-21ab-48bf-af68-71fe622edd1c"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See their live KEXP session from 2012 here. https://www.youtube.com/watch?v=Io90lrbVbrs\n\nhttps://www.thelumineers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}