Information about plays

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

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

{
    "id": 3534346,
    "uri": "https://api.kexp.org/v2/plays/3534346/?format=api",
    "airdate": "2025-08-01T01:34:15-07:00",
    "show": 64166,
    "show_uri": "https://api.kexp.org/v2/shows/64166/?format=api",
    "image_uri": "https://ia800205.us.archive.org/8/items/mbid-0f34d022-57a1-4282-a146-8cf9688b7d5a/mbid-0f34d022-57a1-4282-a146-8cf9688b7d5a-38281833704_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-0f34d022-57a1-4282-a146-8cf9688b7d5a/mbid-0f34d022-57a1-4282-a146-8cf9688b7d5a-38281833704_thumb250.jpg",
    "song": "Slow Burn",
    "track_id": "433b9716-1a94-476b-ae75-00a66efcb138",
    "recording_id": "452e8304-f493-4e90-8cad-69646643ef34",
    "artist": "Baby Rose & BADBADNOTGOOD",
    "artist_ids": [
        "dff72d7d-751c-4b59-8aaa-7c61136191a3"
    ],
    "album": "Slow Burn",
    "release_id": "0f34d022-57a1-4282-a146-8cf9688b7d5a",
    "release_group_id": "ae9ad4fb-c840-4e14-aaed-ea319dc3d324",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2024-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Baby Rose collaborated with the Canadian band BadBadNotGood for this album reflecting on her experiences driving between her family’s home bases: the noise and chaos of DC and the quiet, Carolina countryside.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}