Information about plays

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

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

{
    "id": 3571102,
    "uri": "https://api.kexp.org/v2/plays/3571102/?format=api",
    "airdate": "2025-10-28T17:57:27-07:00",
    "show": 64959,
    "show_uri": "https://api.kexp.org/v2/shows/64959/?format=api",
    "image_uri": "https://dn710108.ca.archive.org/0/items/mbid-cc541b25-189c-4c59-a00e-ce7d12aa2673/mbid-cc541b25-189c-4c59-a00e-ce7d12aa2673-28477021716_thumb500.jpg",
    "thumbnail_uri": "https://dn710108.ca.archive.org/0/items/mbid-cc541b25-189c-4c59-a00e-ce7d12aa2673/mbid-cc541b25-189c-4c59-a00e-ce7d12aa2673-28477021716_thumb250.jpg",
    "song": "Hurt",
    "track_id": "3b9e03b7-8c3c-487e-9928-b1f585350b97",
    "recording_id": "db7dfcdd-bf0a-48d5-9b72-6251cc6bc844",
    "artist": "Arlo Parks",
    "artist_ids": [
        "6e8e3717-a62d-4a3f-886d-6a4e82507930"
    ],
    "album": "Collapsed In Sunbeams",
    "release_id": "cc541b25-189c-4c59-a00e-ce7d12aa2673",
    "release_group_id": "9700de59-1397-4375-ba4b-058e094e5f7a",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2021-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arlo Parks performed Live in the KEXP studio back in 2022, watch that performance here:\nhttps://www.kexp.org/watch/arlo-parks-full-performance-live-on-kexp/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}