Information about plays

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

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

{
    "id": 3610651,
    "uri": "https://api.kexp.org/v2/plays/3610651/?format=api",
    "airdate": "2026-01-29T14:28:08-08:00",
    "show": 65786,
    "show_uri": "https://api.kexp.org/v2/shows/65786/?format=api",
    "image_uri": "https://coverartarchive.org/release/c95c70af-c9ad-4197-9b27-53e57012acaa/3803184836-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c95c70af-c9ad-4197-9b27-53e57012acaa/3803184836-250.jpg",
    "song": "Corazón",
    "track_id": null,
    "recording_id": "971d08dc-f530-40aa-95e1-251042efceb6",
    "artist": "Hank Crawford",
    "artist_ids": [
        "7892bb19-96be-4e3a-b537-208700210a3f"
    ],
    "album": "Wildflower",
    "release_id": null,
    "release_group_id": "d6126dcc-0c65-38f2-84f4-2750d5c64b5d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1973-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The late Hank Crawford was a prolific jazz/blues saxophonists who came to prominence playing with Ray Charles. Learn more about him here: https://www.allmusic.com/artist/hank-crawford-mn0000666763#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}