Information about plays

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

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

{
    "id": 3629111,
    "uri": "https://api.kexp.org/v2/plays/3629111/?format=api",
    "airdate": "2026-03-15T04:01:00-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://coverartarchive.org/release/154465c7-2f62-3b16-a3ad-704d06ffdf3b/14211766032-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/154465c7-2f62-3b16-a3ad-704d06ffdf3b/14211766032-250.jpg",
    "song": "Now",
    "track_id": null,
    "recording_id": "c5d005f8-37eb-4fa6-a228-d11b51d3801d",
    "artist": "NoMeansNo",
    "artist_ids": [
        "37e9d7b2-7779-41b2-b2eb-3685351caad3"
    ],
    "album": "0 + 2 = 1",
    "release_id": null,
    "release_group_id": "51d3de52-c13a-30db-9649-7a810cd9b61a",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}