Information about plays

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

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

{
    "id": 3591892,
    "uri": "https://api.kexp.org/v2/plays/3591892/?format=api",
    "airdate": "2025-12-16T13:57:11-08:00",
    "show": 65395,
    "show_uri": "https://api.kexp.org/v2/shows/65395/?format=api",
    "image_uri": "https://coverartarchive.org/release/1687a02d-1c00-44b8-82cc-558dcdd432aa/25773547016-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1687a02d-1c00-44b8-82cc-558dcdd432aa/25773547016-250.jpg",
    "song": "Saving Time",
    "track_id": null,
    "recording_id": "d74d3348-0543-4ea7-884a-117e0ec25eae",
    "artist": "Trevor Bastow",
    "artist_ids": [
        "73fab40f-a889-42df-bfec-a2a146592622"
    ],
    "album": "Hey Disco!",
    "release_id": null,
    "release_group_id": "68048dd6-da4f-4efd-9817-0edd8769305c",
    "labels": [
        "Programme Music"
    ],
    "label_ids": [
        "a603d446-5abe-4be8-9235-1f519b9eba6b"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "airbreak!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}