Information about plays

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

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

{
    "id": 3636314,
    "uri": "https://api.kexp.org/v2/plays/3636314/?format=api",
    "airdate": "2026-04-01T05:03:42-07:00",
    "show": 66335,
    "show_uri": "https://api.kexp.org/v2/shows/66335/?format=api",
    "image_uri": "https://dn710205.ca.archive.org/0/items/mbid-b54616bf-3146-48f6-9770-d6a7e867a5cd/mbid-b54616bf-3146-48f6-9770-d6a7e867a5cd-32723478201_thumb500.jpg",
    "thumbnail_uri": "https://dn710205.ca.archive.org/0/items/mbid-b54616bf-3146-48f6-9770-d6a7e867a5cd/mbid-b54616bf-3146-48f6-9770-d6a7e867a5cd-32723478201_thumb250.jpg",
    "song": "All Or Nothing At All",
    "track_id": "bad845ce-a3ff-4def-8d4a-3aeaa107c79c",
    "recording_id": "0a49a9c6-0641-495d-a9fe-fc2d51a565a0",
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "Selections From Legacy And A Love Supreme (Deluxe Edition)",
    "release_id": "b54616bf-3146-48f6-9770-d6a7e867a5cd",
    "release_group_id": "ee4120f6-ad93-4ddc-880a-98d878365d36",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "April is Jazz Appreciation Month! \n\nJazz saxophonist John Coltrane recorded Love Supreme with a quartet featuring pianist McCoy Tyner, bassist Jimmy Garrison, and drummer Elvin Jones, Coltrane the recording was completed in one session. The album was released a month later - in January 1965.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}