Information about plays

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

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

{
    "id": 3520197,
    "uri": "https://api.kexp.org/v2/plays/3520197/?format=api",
    "airdate": "2025-06-29T00:23:34-07:00",
    "show": 63866,
    "show_uri": "https://api.kexp.org/v2/shows/63866/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea14d8b9-eeff-4218-805c-9c21a155771c/40527563489-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea14d8b9-eeff-4218-805c-9c21a155771c/40527563489-250.jpg",
    "song": "The Cavernous Blackness of Night",
    "track_id": null,
    "recording_id": "4c15ef7d-2e06-41cf-9f8e-f032a503b93b",
    "artist": "Ante-Inferno",
    "artist_ids": [
        "adf47967-3bd6-4f0b-9079-b549458320d8"
    ],
    "album": "Death's Soliloquy",
    "release_id": null,
    "release_group_id": "929e589e-8575-4071-81c8-f939e4e7943d",
    "labels": [
        "Vendetta Records"
    ],
    "label_ids": [
        "2c13b9ba-9309-4166-ac56-d1ee5a8b75b1"
    ],
    "release_date": "2024-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scarborough, North Yorkshire, England\nhttps://ante-inferno.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}