Information about plays

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

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

{
    "id": 3629199,
    "uri": "https://api.kexp.org/v2/plays/3629199/?format=api",
    "airdate": "2026-03-15T09:05:18-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://coverartarchive.org/release/4229d666-8073-4ba6-a7f9-e7735629275d/34976691551-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4229d666-8073-4ba6-a7f9-e7735629275d/34976691551-250.jpg",
    "song": "The Bramble and the Rose",
    "track_id": null,
    "recording_id": "23801df6-4dab-42d7-80cf-11ec9b597e47",
    "artist": "Mary McCaslin",
    "artist_ids": [
        "dfc27868-6f62-40a3-a0b5-ee92b196d5f9"
    ],
    "album": "The Best of Mary McCaslin: \"Things We Said Today\"",
    "release_id": null,
    "release_group_id": "49250d8a-0487-4887-8d00-b44323f73fd3",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First released by Barbara Keith in 1973, Kiowa Apache, McCaslin transformed it with \"mountain voice.\" \n\nhttps://www.nytimes.com/2022/10/20/arts/music/mary-mccaslin-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}