Information about plays

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

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

{
    "id": 3635359,
    "uri": "https://api.kexp.org/v2/plays/3635359/?format=api",
    "airdate": "2026-03-29T23:42:34-07:00",
    "show": 66315,
    "show_uri": "https://api.kexp.org/v2/shows/66315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back",
    "track_id": null,
    "recording_id": "9015249a-a16f-4394-8c78-a581c13d4bc1",
    "artist": "Tim Exile",
    "artist_ids": [
        "110500b0-78a7-41cb-8535-9f37ab35a902"
    ],
    "album": "Back EP",
    "release_id": null,
    "release_group_id": "349d35eb-b3a5-4f23-b2f3-cb71913702f7",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}