Information about plays

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

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

{
    "id": 3546120,
    "uri": "https://api.kexp.org/v2/plays/3546120/?format=api",
    "airdate": "2025-08-29T02:37:18-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "https://ia800609.us.archive.org/3/items/mbid-0ab7d0e3-c25c-4ee8-b21d-e6bcc90320d0/mbid-0ab7d0e3-c25c-4ee8-b21d-e6bcc90320d0-41322600529_thumb500.jpg",
    "thumbnail_uri": "https://ia800609.us.archive.org/3/items/mbid-0ab7d0e3-c25c-4ee8-b21d-e6bcc90320d0/mbid-0ab7d0e3-c25c-4ee8-b21d-e6bcc90320d0-41322600529_thumb250.jpg",
    "song": "Resident Evil",
    "track_id": "f0184729-6c45-490e-a6e2-26fca9839e07",
    "recording_id": "a9600ee0-662a-428b-862c-eafd1221461c",
    "artist": "Friendship",
    "artist_ids": [
        "2f49218f-f167-4732-99b4-ae0cfb5cad7b"
    ],
    "album": "Caveman Wakes Up",
    "release_id": "0ab7d0e3-c25c-4ee8-b21d-e6bcc90320d0",
    "release_group_id": "cbaf2bea-2beb-48b3-9e7c-21264b42ab30",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2025-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Aarin ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}