Information about plays

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

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

{
    "id": 3544876,
    "uri": "https://api.kexp.org/v2/plays/3544876/?format=api",
    "airdate": "2025-08-26T02:07:22-07:00",
    "show": 64390,
    "show_uri": "https://api.kexp.org/v2/shows/64390/?format=api",
    "image_uri": "https://coverartarchive.org/release/19643990-774c-4dbf-9279-12e6b409069c/25907971503-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19643990-774c-4dbf-9279-12e6b409069c/25907971503-250.jpg",
    "song": "Hyper Vigilance",
    "track_id": null,
    "recording_id": "6d675795-4af8-4294-a829-62b6f9be7a32",
    "artist": "Drain",
    "artist_ids": [
        "9b0a6218-d0ad-4131-8c80-53b8f78913ee"
    ],
    "album": "California Cursed",
    "release_id": null,
    "release_group_id": "dde0f231-7718-4eb6-b976-92dd27fc49eb",
    "labels": [
        "Revelation Records"
    ],
    "label_ids": [
        "48ed026d-bf1a-4c6e-8860-d21cd440b60e"
    ],
    "release_date": "2020-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album out soon so I've been going back to some of the old stuff!\n\nhttps://drain831.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}