Information about plays

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

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

{
    "id": 3625530,
    "uri": "https://api.kexp.org/v2/plays/3625530/?format=api",
    "airdate": "2026-03-05T07:04:05-08:00",
    "show": 66096,
    "show_uri": "https://api.kexp.org/v2/shows/66096/?format=api",
    "image_uri": "https://dn710903.ca.archive.org/0/items/mbid-46bf7501-f244-4245-bb5c-b21fd2758efa/mbid-46bf7501-f244-4245-bb5c-b21fd2758efa-13076929082_thumb500.jpg",
    "thumbnail_uri": "https://dn710903.ca.archive.org/0/items/mbid-46bf7501-f244-4245-bb5c-b21fd2758efa/mbid-46bf7501-f244-4245-bb5c-b21fd2758efa-13076929082_thumb250.jpg",
    "song": "Intro/Spectrum",
    "track_id": "9b3ebec8-dd90-435c-a877-1c5cac8206f0",
    "recording_id": "62cd11b7-f076-4a2a-8e4b-14be635b222c",
    "artist": "HÆLOS",
    "artist_ids": [
        "74ca2f03-18e4-4ec1-9537-3cfefbcfd4ec"
    ],
    "album": "Full Circle",
    "release_id": "46bf7501-f244-4245-bb5c-b21fd2758efa",
    "release_group_id": "61902a06-fdf2-4060-b41d-e6c04655a6c8",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2016-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's HÆLOS performing live in the KEXP studio in 2019: https://www.youtube.com/watch?v=ICvmi3qZDTk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}