Information about plays

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

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

{
    "id": 3569363,
    "uri": "https://api.kexp.org/v2/plays/3569363/?format=api",
    "airdate": "2025-10-24T13:05:37-07:00",
    "show": 64920,
    "show_uri": "https://api.kexp.org/v2/shows/64920/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Power To The People",
    "track_id": "ae98464f-e058-428b-94e9-7dab378bec42",
    "recording_id": "d2bf2657-f92c-4592-aa09-82fc25a3de13",
    "artist": "Durand Jones & The Indications",
    "artist_ids": [
        "5da8d9b1-af89-43a3-a519-8e32ec21e7f5"
    ],
    "album": "Power to the People",
    "release_id": "2356b32c-fef8-446a-a3f4-a9de33d5d556",
    "release_group_id": "c1e0453c-7d63-4578-80bd-609bf230e10e",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2020-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}