Information about plays

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

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

{
    "id": 3617709,
    "uri": "https://api.kexp.org/v2/plays/3617709/?format=api",
    "airdate": "2026-02-15T04:36:12-08:00",
    "show": 65938,
    "show_uri": "https://api.kexp.org/v2/shows/65938/?format=api",
    "image_uri": "https://coverartarchive.org/release/23fb78b0-f47a-463a-b436-adec0da65c57/41452698378-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/23fb78b0-f47a-463a-b436-adec0da65c57/41452698378-250.jpg",
    "song": "Birthday Song",
    "track_id": null,
    "recording_id": "e743899e-459d-466f-8b17-faa12329beaa",
    "artist": "THUS LOVE",
    "artist_ids": [
        "37ecb3e3-7e5e-4239-b43c-584438f670cf"
    ],
    "album": "Birthday Song",
    "release_id": null,
    "release_group_id": "258c9627-8509-43e3-b2e4-f87dfb35650c",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2024-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}