Information about plays

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

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

{
    "id": 3635819,
    "uri": "https://api.kexp.org/v2/plays/3635819/?format=api",
    "airdate": "2026-03-31T02:12:11-07:00",
    "show": 66326,
    "show_uri": "https://api.kexp.org/v2/shows/66326/?format=api",
    "image_uri": "https://coverartarchive.org/release/bff6492e-8a52-4b05-9e7b-8fa1e5069e0b/43267301086-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bff6492e-8a52-4b05-9e7b-8fa1e5069e0b/43267301086-250.jpg",
    "song": "LA NOCHE",
    "track_id": null,
    "recording_id": "14346783-b4e3-4ad6-8c79-407011f99750",
    "artist": "Chris Lake, Skrillex & Anita B Queen",
    "artist_ids": [
        "fca94d64-9ada-4264-9373-4158e2f7c7e7",
        "ae002c5d-aac6-490b-a39a-30aa9e2edf2b",
        "915812cf-fa35-4016-a118-cae7c288c7c0"
    ],
    "album": "LA NOCHE",
    "release_id": null,
    "release_group_id": "98ab4755-1ef1-4d60-b84c-33f2e29b8ab0",
    "labels": [
        "Black Book Records"
    ],
    "label_ids": [
        "01381d50-be59-41e0-924a-728c48db3972"
    ],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soundcloud.com/chrislake/skrillex-chris-lake-anita-b-queen-la-noche-original",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}