Information about plays

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

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

{
    "id": 3636165,
    "uri": "https://api.kexp.org/v2/plays/3636165/?format=api",
    "airdate": "2026-03-31T21:49:36-07:00",
    "show": 66332,
    "show_uri": "https://api.kexp.org/v2/shows/66332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Advise",
    "track_id": null,
    "recording_id": "70e847c2-f745-4f58-bfa5-e87bfe100891",
    "artist": "Christy Ogbah",
    "artist_ids": [
        "cc29148e-e74b-48d8-9381-86ee3e527f62"
    ],
    "album": "Duomo Sounds Ltd.: Nigerian 80's Disco Music to Move Your Soul",
    "release_id": null,
    "release_group_id": "8117e594-bdec-47e9-b9df-6dadcdd7ff96",
    "labels": [
        "Odion Livingstone"
    ],
    "label_ids": [
        "99753fac-bf21-46d5-85c9-478df20d2fb2"
    ],
    "release_date": "2017-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}