Information about plays

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

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

{
    "id": 3598811,
    "uri": "https://api.kexp.org/v2/plays/3598811/?format=api",
    "airdate": "2026-01-01T12:11:53-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Concrete Trees",
    "track_id": "be9a4e5e-8c1e-4198-8d46-d2718b752aa5",
    "recording_id": "6601dd64-02ac-4ec4-84aa-0d51b424474c",
    "artist": "Annabelle Chairlegs",
    "artist_ids": [
        "ac3b8da6-6727-4f06-98aa-f2b155bfff34"
    ],
    "album": "Waking Up",
    "release_id": "059a71aa-4dfa-4b1b-9603-401eacf1d79b",
    "release_group_id": "07a925f0-ee18-4755-ab5f-57209ecb4a83",
    "labels": [
        "TODO"
    ],
    "label_ids": [
        "49058d47-97cb-40a2-9ab2-aeb64ab333d1"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from the four-piece psychedelic rock band from Austin, Texas, fronted by guitarist and vocalist Lindsey Mackin. This track and the upcoming album are produced by Ty Segall. 'Waking Up' is out January 30th.\nhttps://www.annabellechairlegs.com/\n\nCheck out the video and dance along!\nhttps://www.youtube.com/watch?v=mEZVrTJ7IsU.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}