Information about plays

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

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

{
    "id": 3636662,
    "uri": "https://api.kexp.org/v2/plays/3636662/?format=api",
    "airdate": "2026-04-02T00:24:14-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://ia800108.us.archive.org/23/items/mbid-58a149c2-9627-4215-b910-ff7f2f219f44/mbid-58a149c2-9627-4215-b910-ff7f2f219f44-44747654363_thumb500.jpg",
    "thumbnail_uri": "https://dn711500.ca.archive.org/0/items/mbid-58a149c2-9627-4215-b910-ff7f2f219f44/mbid-58a149c2-9627-4215-b910-ff7f2f219f44-44747654363_thumb250.jpg",
    "song": "The Ground Above",
    "track_id": "ac203794-3d7a-4d2a-857f-e728d15f6e2f",
    "recording_id": "7c2217f8-f165-48c5-8799-3d0c1b3752d1",
    "artist": "Beth Orton",
    "artist_ids": [
        "214d84a5-e9e5-4432-af95-8c84da7ba4c0"
    ],
    "album": "The Ground Above",
    "release_id": "58a149c2-9627-4215-b910-ff7f2f219f44",
    "release_group_id": "74abdda6-3f98-4f26-8dec-1bfe4978d724",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2026-03-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Beth Orton single!\n\nhttps://bethorton.bandcamp.com/album/the-ground-above",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}