Information about plays

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

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

{
    "id": 3596269,
    "uri": "https://api.kexp.org/v2/plays/3596269/?format=api",
    "airdate": "2025-12-26T12:49:03-08:00",
    "show": 65478,
    "show_uri": "https://api.kexp.org/v2/shows/65478/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seems to Me",
    "track_id": null,
    "recording_id": "04680691-610c-4b67-ad8c-80281f62a432",
    "artist": "Small Paul",
    "artist_ids": [
        "c2a23d44-99f9-4f5c-9924-13220ddf1b9f"
    ],
    "album": "I Was Love, I Was Light",
    "release_id": null,
    "release_group_id": "076e244c-0c92-4aae-83b4-c4ec42973a37",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing NYE at Add-A-Ball in Fremont! https://add-a-ball.com/#/events/160445",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}