Information about plays

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

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

{
    "id": 3593147,
    "uri": "https://api.kexp.org/v2/plays/3593147/?format=api",
    "airdate": "2025-12-19T16:44:36-08:00",
    "show": 65421,
    "show_uri": "https://api.kexp.org/v2/shows/65421/?format=api",
    "image_uri": "https://ia800107.us.archive.org/15/items/mbid-12d72770-9e5c-48ab-b7de-d31ea42692a2/mbid-12d72770-9e5c-48ab-b7de-d31ea42692a2-41625842478_thumb500.jpg",
    "thumbnail_uri": "https://ia600107.us.archive.org/15/items/mbid-12d72770-9e5c-48ab-b7de-d31ea42692a2/mbid-12d72770-9e5c-48ab-b7de-d31ea42692a2-41625842478_thumb250.jpg",
    "song": "From",
    "track_id": "bdeca1b9-c24f-472b-845f-e7f418e61b88",
    "recording_id": "2e9f9e01-61c7-43eb-9806-8de5900bd970",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#23\n\nSABLE, fABLE is the fifth studio album by American indie folk band Bon Iver, released on April 11, 2025.\n\nhttps://www.youtube.com/watch?v=vRK5Lz5lmws",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}