Information about plays

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

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

{
    "id": 3636660,
    "uri": "https://api.kexp.org/v2/plays/3636660/?format=api",
    "airdate": "2026-04-02T00:17:53-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://dn720306.ca.archive.org/0/items/mbid-6d18cb2d-2641-4b06-be16-2d72c199193a/mbid-6d18cb2d-2641-4b06-be16-2d72c199193a-44088746435_thumb500.jpg",
    "thumbnail_uri": "https://dn720306.ca.archive.org/0/items/mbid-6d18cb2d-2641-4b06-be16-2d72c199193a/mbid-6d18cb2d-2641-4b06-be16-2d72c199193a-44088746435_thumb250.jpg",
    "song": "Maggot Brain",
    "track_id": "07b2c616-6c50-4160-a389-b575bed5aa15",
    "recording_id": "231b4b0a-d6ab-429c-a322-7ad21f5cef6d",
    "artist": "Flea",
    "artist_ids": [
        "2dc7a305-7a8c-4fcc-add4-5e9def0a9a0d"
    ],
    "album": "Honora",
    "release_id": "6d18cb2d-2641-4b06-be16-2d72c199193a",
    "release_group_id": "72a726f5-5a54-4f32-a5bf-fd63289eed20",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the best records of 2026.\n\nhttps://officialflea.bandcamp.com/album/honora",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}