Information about plays

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

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

{
    "id": 3601611,
    "uri": "https://api.kexp.org/v2/plays/3601611/?format=api",
    "airdate": "2026-01-08T00:35:56-08:00",
    "show": 65591,
    "show_uri": "https://api.kexp.org/v2/shows/65591/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ecd5973-d647-4e52-b115-330ee644c27d/8533804619-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ecd5973-d647-4e52-b115-330ee644c27d/8533804619-250.jpg",
    "song": "Cold World",
    "track_id": null,
    "recording_id": "518f7c15-72b9-4498-8c8d-5ee8d22d2dc2",
    "artist": "Toki Wright & Big Cats! feat. BJ the Chicago Kid",
    "artist_ids": [
        "63e7879d-2f30-4b0f-974e-0b5bdf4539be",
        "002ccb45-e8f1-4a10-9699-1cf409b9ae0f",
        "112beffb-1adc-488b-8d61-7b2ab3475d52"
    ],
    "album": "Pangaea",
    "release_id": null,
    "release_group_id": "cde938ae-e3ae-4f2f-9702-ddb551b01866",
    "labels": [
        "Soul Tools Entertainment"
    ],
    "label_ids": [
        "16668368-abbf-4ab1-acb2-c1e7013e138f"
    ],
    "release_date": "2014-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "https://tokiwrightandbigcats.bandcamp.com/album/pangaea",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}