Information about plays

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

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

{
    "id": 3523254,
    "uri": "https://api.kexp.org/v2/plays/3523254/?format=api",
    "airdate": "2025-07-06T00:25:12-07:00",
    "show": 63934,
    "show_uri": "https://api.kexp.org/v2/shows/63934/?format=api",
    "image_uri": "https://coverartarchive.org/release/da1d3696-66e9-41cd-9ec8-e142e6e14992/37046534510-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da1d3696-66e9-41cd-9ec8-e142e6e14992/37046534510-250.jpg",
    "song": "Velocity (S.E.P.)",
    "track_id": null,
    "recording_id": "2f78c9ac-b9d0-4480-9d15-dfeea3ff1d2c",
    "artist": "Cirith Ungol",
    "artist_ids": [
        "c1341251-e2c7-4eae-989c-645f0c22487c"
    ],
    "album": "Dark Parade",
    "release_id": null,
    "release_group_id": "fc6dce9a-40d5-493d-b7ac-2b8be64f03dd",
    "labels": [
        "Metal Blade Records"
    ],
    "label_ids": [
        "88aa805c-6cbe-45d2-b43e-156e94090da9"
    ],
    "release_date": "2023-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ventura, California\nThey are BACK!!!! Playing their hometown October 24/25 for Frost and Fire with an insane lineup of bands! https://www.facebook.com/frostandfiremetalfest/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}