Information about plays

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

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

{
    "id": 3597315,
    "uri": "https://api.kexp.org/v2/plays/3597315/?format=api",
    "airdate": "2025-12-28T19:58:22-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "C.P. Express",
    "track_id": null,
    "recording_id": "ee929d70-9c79-4507-8f55-68d5de781173",
    "artist": "C.P. Salt",
    "artist_ids": [
        "1b1ab6f4-6761-401f-bc34-dd8e51037196"
    ],
    "album": "C.P. Salt",
    "release_id": null,
    "release_group_id": "eb0278c2-8ec8-4545-b43f-4febc4a80eaf",
    "labels": [
        "Surrender Records"
    ],
    "label_ids": [
        "d14ea600-b7c4-43b1-a784-ae48c6637298"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "C.P. Salt released \"C.P. Express\" on their self-titled album in 1982.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}