Information about plays

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

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

{
    "id": 3571605,
    "uri": "https://api.kexp.org/v2/plays/3571605/?format=api",
    "airdate": "2025-10-30T00:09:40-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://coverartarchive.org/release/c5c1976d-92ac-418f-a536-6e7f4f7d55b3/17168641980-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c5c1976d-92ac-418f-a536-6e7f4f7d55b3/17168641980-250.jpg",
    "song": "Haunted House",
    "track_id": null,
    "recording_id": "94610b92-559d-40e8-a5b7-ad714aa556fe",
    "artist": "Lee Oskar",
    "artist_ids": [
        "e393f079-cc8d-4955-98bd-ccd82cec7524"
    ],
    "album": "Before the Rain",
    "release_id": null,
    "release_group_id": "ce52fe68-8c32-35af-b552-e0bd8592a92b",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lee Oskar is a Danish harmonica player, notable for his contributions to the sound of the rock-funk fusion group War, \nGo here to purchase Lee Oskar harmonicas: https://leeoskar.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}