Information about plays

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

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

{
    "id": 3521645,
    "uri": "https://api.kexp.org/v2/plays/3521645/?format=api",
    "airdate": "2025-07-02T12:41:40-07:00",
    "show": 63899,
    "show_uri": "https://api.kexp.org/v2/shows/63899/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-8aa29c82-fd56-4ffd-b8d8-88e677923904/mbid-8aa29c82-fd56-4ffd-b8d8-88e677923904-34243845535_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-8aa29c82-fd56-4ffd-b8d8-88e677923904/mbid-8aa29c82-fd56-4ffd-b8d8-88e677923904-34243845535_thumb250.jpg",
    "song": "What Are the Odds",
    "track_id": "3becd210-a9cb-425c-bac7-6ed98d829317",
    "recording_id": "d85c3b3d-0ed1-499d-adb2-1ce6402dd43f",
    "artist": "Death Valley Girls",
    "artist_ids": [
        "987c6ccf-d4c5-4f23-938a-c0a21782803d"
    ],
    "album": "Islands in the Sky",
    "release_id": "8aa29c82-fd56-4ffd-b8d8-88e677923904",
    "release_group_id": "b6ed3502-29ee-4721-ba55-1061d1eff92a",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2023-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Death Valley Girls is an American rock band formed in 2013 in Los Angeles.\n\nWatch the band's KEXP performance from 2019 here: https://www.youtube.com/watch?v=VtlETn_Dnjk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}