Information about plays

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

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

{
    "id": 3603197,
    "uri": "https://api.kexp.org/v2/plays/3603197/?format=api",
    "airdate": "2026-01-11T20:15:06-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Body Movements",
    "track_id": null,
    "recording_id": "c5541d02-c05c-4566-8a99-fc6a5da9bd38",
    "artist": "Oscar Perry",
    "artist_ids": [
        "3682b52c-b5b2-47df-82c2-b7130afdd6fd"
    ],
    "album": "Under the Influence, Volume Six: A Collection of Rare Soul & Disco",
    "release_id": null,
    "release_group_id": "005f70f9-9794-4812-876e-53fcf1ef9825",
    "labels": [
        "Gamma Records"
    ],
    "label_ids": [],
    "release_date": "2018-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Texas-born blues/soul singer & songwriter Oscar Perry originally released \"Body Movements\" on the 1979 album of the same name on Gamma Records. You can find the track on the 2018 compilation Under the Influence, Volume Six: A Collection of Rare Soul & Disco.\n\nhttps://zrecords.bandcamp.com/track/body-movements\n\nhttps://www.discogs.com/release/4260902-Oscar-Perry-Body-Movements",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}