Information about plays

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

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

{
    "id": 3671509,
    "uri": "https://api.kexp.org/v2/plays/3671509/?format=api",
    "airdate": "2026-06-23T08:14:48-07:00",
    "show": 67066,
    "show_uri": "https://api.kexp.org/v2/shows/67066/?format=api",
    "image_uri": "https://dn711102.ca.archive.org/0/items/mbid-06a8ee94-ddb9-4a43-b5f1-e7b9b24a357b/mbid-06a8ee94-ddb9-4a43-b5f1-e7b9b24a357b-6170382383_thumb500.jpg",
    "thumbnail_uri": "https://dn711102.ca.archive.org/0/items/mbid-06a8ee94-ddb9-4a43-b5f1-e7b9b24a357b/mbid-06a8ee94-ddb9-4a43-b5f1-e7b9b24a357b-6170382383_thumb250.jpg",
    "song": "Gepetto",
    "track_id": "eb147491-5034-395c-826d-cf2e1e0ae86a",
    "recording_id": "1652401a-89f7-436b-80f1-bf5c6f0aeecb",
    "artist": "Belly",
    "artist_ids": [
        "c118bc97-11a7-41dc-a55e-48c3bcf22ac2"
    ],
    "album": "Star",
    "release_id": "06a8ee94-ddb9-4a43-b5f1-e7b9b24a357b",
    "release_group_id": "484c1eec-d56e-3eb3-8ac1-e5ef5d652f4c",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1993-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Album of the week...\nA certain John Richards hosted Belly in our studio in 2018. Their performance included the great \"Gepetto\": https://www.youtube.com/watch?v=FM4pm6S8Mi0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}