Information about plays

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

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

{
    "id": 3639886,
    "uri": "https://api.kexp.org/v2/plays/3639886/?format=api",
    "airdate": "2026-04-09T13:11:24-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "https://coverartarchive.org/release/9fd196b4-0437-4ce2-9e7e-9966dfa86180/15612615429-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9fd196b4-0437-4ce2-9e7e-9966dfa86180/15612615429-250.jpg",
    "song": "Behind the Wall of Sleep",
    "track_id": null,
    "recording_id": "39431bfe-8331-4c57-9bb9-d6da25a90895",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Black Sabbath",
    "release_id": null,
    "release_group_id": "826c9743-a3f0-3479-bf06-8df2e140ef1d",
    "labels": [],
    "label_ids": [],
    "release_date": "1970-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck sampled Bill Ward''s drumming drums here for the song \"Hotwax.\"\n--\nHere's Black Sabbath performing it live in 1970: https://www.youtube.com/watch?v=AzZvkNCyTD0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}