Information about plays

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

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

{
    "id": 3572693,
    "uri": "https://api.kexp.org/v2/plays/3572693/?format=api",
    "airdate": "2025-11-01T18:13:01-07:00",
    "show": 64997,
    "show_uri": "https://api.kexp.org/v2/shows/64997/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Negative",
    "track_id": null,
    "recording_id": "0664024e-4dd1-4d30-9661-aeb31e9a573f",
    "artist": "A Frames",
    "artist_ids": [
        "61fa39cf-e1ef-48ce-82a4-f82355af0aaf"
    ],
    "album": "Black Forest",
    "release_id": null,
    "release_group_id": "3989129b-c0dd-3254-8f1e-80c79a4b3094",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-03-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's experimental punk trio the A Frames feature vocalist/guitarist Erin Sullivan, bassist Min Yee, and drummer Lars Finberg.\n\nhttps://www.subpop.com/artists/a_frames",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}