Information about plays

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

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

{
    "id": 3543617,
    "uri": "https://api.kexp.org/v2/plays/3543617/?format=api",
    "airdate": "2025-08-23T05:02:55-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://coverartarchive.org/release/7d9d6cc2-33cd-3d1c-9bd4-4d9721175bc9/7356333053-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7d9d6cc2-33cd-3d1c-9bd4-4d9721175bc9/7356333053-250.jpg",
    "song": "Beyond the Realms of Death",
    "track_id": null,
    "recording_id": "1a327ae5-a52f-4e94-8106-3db7f2fcad99",
    "artist": "Judas Priest",
    "artist_ids": [
        "6b335658-22c8-485d-93de-0bc29a1d0349"
    ],
    "album": "Stained Class",
    "release_id": null,
    "release_group_id": "c035f09e-430c-3510-9a4d-7cb33dd56ed8",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1978-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}