Information about plays

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

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

{
    "id": 3636270,
    "uri": "https://api.kexp.org/v2/plays/3636270/?format=api",
    "airdate": "2026-04-01T03:09:24-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn711102.ca.archive.org/0/items/mbid-8242bb10-ce79-4960-8f52-fc0a471c4dc8/mbid-8242bb10-ce79-4960-8f52-fc0a471c4dc8-12659814758_thumb500.jpg",
    "thumbnail_uri": "https://dn711102.ca.archive.org/0/items/mbid-8242bb10-ce79-4960-8f52-fc0a471c4dc8/mbid-8242bb10-ce79-4960-8f52-fc0a471c4dc8-12659814758_thumb250.jpg",
    "song": "Public Bath",
    "track_id": "9b0f2401-d293-3b47-84b8-048eadaa63ae",
    "recording_id": "5bc7ce8e-c34a-43a9-bd61-2a5e77dcd186",
    "artist": "Shonen Knife",
    "artist_ids": [
        "5089b746-7612-4a13-9153-33ff2560e161"
    ],
    "album": "Pretty Little Baka Guy + Live in Japan",
    "release_id": "8242bb10-ce79-4960-8f52-fc0a471c4dc8",
    "release_group_id": "88b22711-80a7-37bc-96e0-1a893c17ed42",
    "labels": [
        "Rockville"
    ],
    "label_ids": [
        "1df75804-0643-47f3-a32e-690f54fc69c5"
    ],
    "release_date": "1990-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}