Information about plays

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

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

{
    "id": 3636845,
    "uri": "https://api.kexp.org/v2/plays/3636845/?format=api",
    "airdate": "2026-04-02T11:18:59-07:00",
    "show": 66345,
    "show_uri": "https://api.kexp.org/v2/shows/66345/?format=api",
    "image_uri": "https://dn711109.ca.archive.org/0/items/mbid-ccd40ce5-d969-4d2e-898e-1eb71d6f81da/mbid-ccd40ce5-d969-4d2e-898e-1eb71d6f81da-4087738014_thumb500.jpg",
    "thumbnail_uri": "https://dn711109.ca.archive.org/0/items/mbid-ccd40ce5-d969-4d2e-898e-1eb71d6f81da/mbid-ccd40ce5-d969-4d2e-898e-1eb71d6f81da-4087738014_thumb250.jpg",
    "song": "Fou Lee",
    "track_id": "655f110a-533a-374f-be8d-3f9f78032efe",
    "recording_id": "48a001b6-85d7-4ca2-84d5-0c604987d5aa",
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "Cinémetropolis",
    "release_id": "ccd40ce5-d969-4d2e-898e-1eb71d6f81da",
    "release_group_id": "b929be65-82d2-495c-a799-283755696c1b",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-06-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local hip-hop from Seattle's Blue Scholars. \nWatch them perform \"Fou Lee\" live in our studio in 2011: https://www.youtube.com/watch?v=myRpQppiYo4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}