Information about plays

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

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

{
    "id": 3564225,
    "uri": "https://api.kexp.org/v2/plays/3564225/?format=api",
    "airdate": "2025-10-12T13:51:34-07:00",
    "show": 64816,
    "show_uri": "https://api.kexp.org/v2/shows/64816/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8cc8cd9-7645-456f-b15d-5a0222eff0ee/36361999057-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8cc8cd9-7645-456f-b15d-5a0222eff0ee/36361999057-250.jpg",
    "song": "Doo Wop (That Thing)",
    "track_id": null,
    "recording_id": "75e267d4-aedf-490e-867a-73209de11cc8",
    "artist": "Ziggy Ramo feat. Christine Anu",
    "artist_ids": [
        "786de244-4fe5-4ffa-b112-7632c3d41e5e",
        "7a0ddcc1-6675-4c27-9925-b9a85aaf8d96"
    ],
    "album": "Doo Wop (That Thing) [triple j Like a Version]",
    "release_id": null,
    "release_group_id": "0116b5cb-747c-47d3-8abe-b50ad40814ea",
    "labels": [
        "triple j"
    ],
    "label_ids": [
        "aac15e25-6197-43ee-bd71-4c64ca92028c"
    ],
    "release_date": "2023-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Lauryn Hill.\n\nIndigenous Australian and Solomon Islander",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}