Information about plays

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

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

{
    "id": 3546576,
    "uri": "https://api.kexp.org/v2/plays/3546576/?format=api",
    "airdate": "2025-08-30T04:41:26-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://coverartarchive.org/release/2fe24559-7616-41f8-b2f3-904174b1b431/33226263319-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2fe24559-7616-41f8-b2f3-904174b1b431/33226263319-250.jpg",
    "song": "Who Scared You",
    "track_id": null,
    "recording_id": "395511f0-3cba-43d8-9e46-e3d3223a4502",
    "artist": "The Doors",
    "artist_ids": [
        "9efff43b-3b29-4082-824e-bc82f646f93d"
    ],
    "album": "Weird Scenes Inside the Gold Mine",
    "release_id": null,
    "release_group_id": "34f4500f-8366-37d0-bde9-32380161fcfd",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}