Information about plays

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

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

{
    "id": 3594571,
    "uri": "https://api.kexp.org/v2/plays/3594571/?format=api",
    "airdate": "2025-12-22T18:44:28-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Perseids",
    "track_id": null,
    "recording_id": "65cdae37-a967-44f9-b31b-1b29240f6568",
    "artist": "somesurprises",
    "artist_ids": [
        "72b52b34-43e9-4b8f-9415-b03820d05920"
    ],
    "album": "Perseids",
    "release_id": null,
    "release_group_id": "62d9ca6a-5784-4460-b42c-db9328ab9dbc",
    "labels": [
        "Doom Trip"
    ],
    "label_ids": [
        "8ea045fb-a235-41fc-b949-46314ea7a380"
    ],
    "release_date": "2024-04-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "somesurprises played Live in the KEXP Studio hosted by DJ John Richards!\n\nSubscribe to our YouTube channel and watch the Full Performance here! https://youtu.be/W9MyyVGYnKw?si=pXmQAic6LhwJdBFz\n\nhttps://somesurprises.bandcamp.com/album/perseids",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}