Information about plays

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

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

{
    "id": 3593020,
    "uri": "https://api.kexp.org/v2/plays/3593020/?format=api",
    "airdate": "2025-12-19T09:07:26-08:00",
    "show": 65417,
    "show_uri": "https://api.kexp.org/v2/shows/65417/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here We Go Crazy",
    "track_id": "6f7a17d0-0fed-418a-b54a-6650c3f5c6c5",
    "recording_id": "6dc8f8de-0404-4da2-b292-eed4f122202a",
    "artist": "Bob Mould",
    "artist_ids": [
        "d7f5305a-15fc-4af4-a61b-f6f45510cc8f"
    ],
    "album": "Here We Go Crazy",
    "release_id": "5d025318-7585-478d-837f-3e56bd11e1a8",
    "release_group_id": "bd2f3f3e-f2b1-4b8f-a80f-ebf09bcf2cb6",
    "labels": [
        "Granary Music"
    ],
    "label_ids": [
        "8222cd7c-ea45-4728-b71c-a1db708b27f7"
    ],
    "release_date": "2025-01-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#12\nBob Mould's fifteenth studio album, \"Here We Go Crazy,\" came out in March. \n--\nBob Mould helped us raise money for Children's Hospital by playing this year's SMooCH Benefit. \n--\nHere's a live performance of \"Here We Go Crazy\": https://www.youtube.com/watch?v=RZPRWDAV-ko",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}