Information about plays

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

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

{
    "id": 3600395,
    "uri": "https://api.kexp.org/v2/plays/3600395/?format=api",
    "airdate": "2026-01-05T01:05:10-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Harlem Nocturne",
    "track_id": null,
    "recording_id": "bd45c855-f788-43ad-bb0b-c56e77282552",
    "artist": "Illinois Jacquet",
    "artist_ids": [
        "15ab8bb8-7348-4377-ab73-b7acdad1459c"
    ],
    "album": "Swing's the Thing",
    "release_id": null,
    "release_group_id": "ad5584af-d6ca-407b-9e59-a8c75a7ea706",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1957-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soulful rendition and one of the boldest late night takes of Harlem Nocturne",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}