Information about plays

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

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

{
    "id": 3668466,
    "uri": "https://api.kexp.org/v2/plays/3668466/?format=api",
    "airdate": "2026-06-16T01:17:32-07:00",
    "show": 67001,
    "show_uri": "https://api.kexp.org/v2/shows/67001/?format=api",
    "image_uri": "https://coverartarchive.org/release/4faf8ad3-4169-4a0f-8dd0-50da0dfc8c91/45304751380-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4faf8ad3-4169-4a0f-8dd0-50da0dfc8c91/45304751380-250.jpg",
    "song": "É o Bonde",
    "track_id": null,
    "recording_id": "064e99c1-6aa8-48e3-9ad4-a303b8ed802e",
    "artist": "Skrillex, Chris Lake & RHR",
    "artist_ids": [
        "ae002c5d-aac6-490b-a39a-30aa9e2edf2b",
        "fca94d64-9ada-4264-9373-4158e2f7c7e7",
        "4a1eaf99-4f5f-49a2-9d17-7c983b565f43"
    ],
    "album": "SOMA",
    "release_id": null,
    "release_group_id": "88c5c028-0a80-401f-9340-562c70992140",
    "labels": [
        "OWSLA"
    ],
    "label_ids": [
        "f22210ca-3b01-48aa-815d-d7bae567d9d8"
    ],
    "release_date": "2026-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Say what you will about Skrillex but he can really make some TRACKS\n\nhttps://www.youtube.com/watch?v=A7SaGwrfvOg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}