Information about plays

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

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

{
    "id": 3587795,
    "uri": "https://api.kexp.org/v2/plays/3587795/?format=api",
    "airdate": "2025-12-06T22:01:27-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doppelgänger (live**)",
    "track_id": null,
    "recording_id": "0babe9d6-b73e-4b91-83f0-b9c3a3c4fcca",
    "artist": "Poison Ruïn",
    "artist_ids": [
        "99e1a3c4-3f44-4c6d-9098-5380e3056fae"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the performance here: https://www.youtube.com/watch?v=ngID9PPZwnY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}