Information about plays

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

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

{
    "id": 3560213,
    "uri": "https://api.kexp.org/v2/plays/3560213/?format=api",
    "airdate": "2025-10-01T21:41:02-07:00",
    "show": 64720,
    "show_uri": "https://api.kexp.org/v2/shows/64720/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Misty Shore",
    "track_id": null,
    "recording_id": null,
    "artist": "Sven Wunder",
    "artist_ids": [],
    "album": "Daybreak",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Piano Piano Records"
    ],
    "label_ids": [
        "fff8f166-8caa-4bdb-a9e9-523e65dfb5b2"
    ],
    "release_date": "2025-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sven Wunder’s fifth full-length album, Daybreak was just released last week 9/26/25. More info and grab the album here: https://www.pianopianorecords.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}