Information about plays

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

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

{
    "id": 3580345,
    "uri": "https://api.kexp.org/v2/plays/3580345/?format=api",
    "airdate": "2025-11-19T19:16:10-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ylang Ylang",
    "track_id": null,
    "recording_id": "b00e952b-89d9-4868-9528-9393f108a08e",
    "artist": "Nolan Potter",
    "artist_ids": [
        "6e892686-18f8-415b-a618-59db4b85fc64"
    ],
    "album": "The Perils of Being Trapped Inside a Head",
    "release_id": null,
    "release_group_id": "a89b6d0a-127e-470f-be3c-947f6b897772",
    "labels": [
        "Spaceflight Records"
    ],
    "label_ids": [
        "ddd390bd-6ce2-4a00-810d-9550f9f39ef4"
    ],
    "release_date": "2024-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Nolan's art and lyrics from the album here: https://theperilsofbeingtrappedinsideahead.tiiny.site/\n--\nhttps://nolanpotter.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}