Information about plays

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

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

{
    "id": 3610655,
    "uri": "https://api.kexp.org/v2/plays/3610655/?format=api",
    "airdate": "2026-01-29T14:38:09-08:00",
    "show": 65786,
    "show_uri": "https://api.kexp.org/v2/shows/65786/?format=api",
    "image_uri": "https://ia800708.us.archive.org/29/items/mbid-a4dd0a2c-085e-4797-b8a1-d9fd7c19a2b4/mbid-a4dd0a2c-085e-4797-b8a1-d9fd7c19a2b4-5695280138_thumb500.jpg",
    "thumbnail_uri": "https://ia600708.us.archive.org/29/items/mbid-a4dd0a2c-085e-4797-b8a1-d9fd7c19a2b4/mbid-a4dd0a2c-085e-4797-b8a1-d9fd7c19a2b4-5695280138_thumb250.jpg",
    "song": "A Girl Named Hope",
    "track_id": "025d0e99-597c-35cd-bd45-9a11206dd951",
    "recording_id": "989f73be-7a99-4429-8d70-c1c7db4decc9",
    "artist": "Atmosphere",
    "artist_ids": [
        "ef954679-5ee7-4016-acef-7ac71f2fa3d8"
    ],
    "album": "God Loves Ugly",
    "release_id": "a4dd0a2c-085e-4797-b8a1-d9fd7c19a2b4",
    "release_group_id": "37d5cc05-af2e-3dea-bfab-e325b2533104",
    "labels": [
        "Fat Beats Records"
    ],
    "label_ids": [
        "8319a9cf-0459-4676-893e-be41069bc581"
    ],
    "release_date": "2002-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Girl Named Hope\" contains samples of \"Four Walls\" by Eddie Holman and \"I Can't See Me Without You\" by The Main Ingredient.\n--\nSlug wrote this with recording artist and minister Eddie Holman.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}