Information about plays

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

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

{
    "id": 3584015,
    "uri": "https://api.kexp.org/v2/plays/3584015/?format=api",
    "airdate": "2025-11-28T08:43:02-08:00",
    "show": 65230,
    "show_uri": "https://api.kexp.org/v2/shows/65230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tony the Tripper",
    "track_id": "a8a8afe3-e422-3bc0-9321-8a9c44c58449",
    "recording_id": "003185a6-64f2-4bd6-ac56-70f49061c84d",
    "artist": "Fruit Bats",
    "artist_ids": [
        "e3f139c7-11bc-4803-82be-2bac85ca3c61"
    ],
    "album": "Tripper",
    "release_id": "fb0a7374-80c4-4d39-8b82-3ed04c73c41e",
    "release_group_id": "943f2d4b-6379-4d19-a254-493d8904c15a",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-08-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fruit Bats will perform at Washington Hall in Seattle on Thursday, March 5th, 2026.\n-\n\"Tony The Tripper\" is the story of a journey with a grizzly vagabond and a young idealist. That young idealist was Eric D. Johnson  and the story is inspired from a chance meeting he had on a train ride from Chicago to Olympia.: https://www.youtube.com/watch?v=epHENsvmYAY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}