Information about plays

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

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

{
    "id": 3501072,
    "uri": "https://api.kexp.org/v2/plays/3501072/?format=api",
    "airdate": "2025-05-14T01:14:41-07:00",
    "show": 63455,
    "show_uri": "https://api.kexp.org/v2/shows/63455/?format=api",
    "image_uri": "https://ia600107.us.archive.org/15/items/mbid-12d72770-9e5c-48ab-b7de-d31ea42692a2/mbid-12d72770-9e5c-48ab-b7de-d31ea42692a2-41625842478_thumb500.jpg",
    "thumbnail_uri": "https://ia800107.us.archive.org/15/items/mbid-12d72770-9e5c-48ab-b7de-d31ea42692a2/mbid-12d72770-9e5c-48ab-b7de-d31ea42692a2-41625842478_thumb250.jpg",
    "song": "There’s a Rhythmn",
    "track_id": "e98d1b9f-deb3-4a44-bfb5-d2538f178962",
    "recording_id": "ec0b1110-9ed3-4c32-b7b2-d9c2c3002631",
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "SABLE, fABLE",
    "release_id": "12d72770-9e5c-48ab-b7de-d31ea42692a2",
    "release_group_id": "4843294e-a8ab-4a39-864b-36faa09a2dd8",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2025-04-11",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SABLE, fABLE is the fifth studio album by American indie folk band Bon Iver, released on April 11, 2025.\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}