Information about plays

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

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

{
    "id": 3637894,
    "uri": "https://api.kexp.org/v2/plays/3637894/?format=api",
    "airdate": "2026-04-04T20:22:52-07:00",
    "show": 66368,
    "show_uri": "https://api.kexp.org/v2/shows/66368/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-770302f9-46ca-40fc-87d7-631d9ec177aa/mbid-770302f9-46ca-40fc-87d7-631d9ec177aa-41133202841_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-770302f9-46ca-40fc-87d7-631d9ec177aa/mbid-770302f9-46ca-40fc-87d7-631d9ec177aa-41133202841_thumb250.jpg",
    "song": "Boy In A Bubble",
    "track_id": "61b2fb74-100a-46c4-91fa-d6a226c893ce",
    "recording_id": "49948ddf-1c73-4e9c-90ee-6affeaad05dc",
    "artist": "Nell Smith",
    "artist_ids": [
        "cf215c0a-4b2a-4676-9fac-79a2f91122df"
    ],
    "album": "Anxious",
    "release_id": "770302f9-46ca-40fc-87d7-631d9ec177aa",
    "release_group_id": "289c3f56-0c41-4674-b63a-e54b8d004cae",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2025-04-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A cut from the only album from British Columbia artist Nell Smith, released posthumously after her death in 2024.\n\nWatch the music video:\n\nhttps://www.youtube.com/watch?v=kDWpRdgin1s",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}