Information about plays

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

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

{
    "id": 3605751,
    "uri": "https://api.kexp.org/v2/plays/3605751/?format=api",
    "airdate": "2026-01-17T23:03:34-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Three Note Arena",
    "track_id": null,
    "recording_id": null,
    "artist": "Tractor Sex Fatality",
    "artist_ids": [
        "8850f20d-5ed5-4e3f-914e-44e7769eeb2d"
    ],
    "album": "Black Magic White Pussy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Neck Records"
    ],
    "label_ids": [
        "c579e0a6-0bc7-402c-9b37-54d42dc45114"
    ],
    "release_date": "2005-09-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Garage noise rock band from Seattle active from 2001 to 2007 featuring Dave Bessenhoffer\n\nhttps://tractorsexfacility.bandcamp.com/album/black-magic-white-pussy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}