Information about plays

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

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

{
    "id": 3539386,
    "uri": "https://api.kexp.org/v2/plays/3539386/?format=api",
    "airdate": "2025-08-13T00:40:01-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "https://coverartarchive.org/release/24a355b3-940d-4428-b54d-d830fb5766f6/28467463870-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24a355b3-940d-4428-b54d-d830fb5766f6/28467463870-250.jpg",
    "song": "Cool Cat",
    "track_id": null,
    "recording_id": "aacc6439-2a68-4e1c-8706-21d334f59f62",
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "Hot Space",
    "release_id": null,
    "release_group_id": "3918b90b-340e-3779-9d7e-ba1593653498",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1982-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hot Space is the tenth studio album by the British rock band Queen released in May 1982.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}