Information about plays

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

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

{
    "id": 3549231,
    "uri": "https://api.kexp.org/v2/plays/3549231/?format=api",
    "airdate": "2025-09-05T13:19:04-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?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": "e86921bb-70d2-409b-b3a3-fb169842ee74",
    "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": "Out to Rachel.\n\nBorn on this day in 1946, Freddie Mercury",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}