Information about plays

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

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

{
    "id": 3633767,
    "uri": "https://api.kexp.org/v2/plays/3633767/?format=api",
    "airdate": "2026-03-26T05:53:43-07:00",
    "show": 66282,
    "show_uri": "https://api.kexp.org/v2/shows/66282/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-f14ee612-84b9-4a6e-be49-68abc2225533/mbid-f14ee612-84b9-4a6e-be49-68abc2225533-25183539858_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-f14ee612-84b9-4a6e-be49-68abc2225533/mbid-f14ee612-84b9-4a6e-be49-68abc2225533-25183539858_thumb250.jpg",
    "song": "Girl U Want",
    "track_id": "211a30e3-ab4a-386e-a24c-cef51de9dfe4",
    "recording_id": "efbef060-1bf6-473f-9c62-c7b6609d56e6",
    "artist": "Superchunk",
    "artist_ids": [
        "61653550-fd9b-4401-8248-44f2d064d384"
    ],
    "album": "Freedom of Choice",
    "release_id": "f14ee612-84b9-4a6e-be49-68abc2225533",
    "release_group_id": "13f910e4-dbbe-3363-be83-4efae98d4cf8",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1992-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Superchunk covering Devo. \n\nhttps://www.youtube.com/watch?v=3EcQTUpIL6Q&t=43s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}