Information about plays

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

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

{
    "id": 3552709,
    "uri": "https://api.kexp.org/v2/plays/3552709/?format=api",
    "airdate": "2025-09-13T22:02:51-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Short Fuse",
    "track_id": null,
    "recording_id": null,
    "artist": "The Scoffs",
    "artist_ids": [
        "e86d42e6-59f2-434b-91b3-ccfafd1ef6e6"
    ],
    "album": "Talk Is Cheap",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Short Fuse Records"
    ],
    "label_ids": [],
    "release_date": "2020-05-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band influenced by 70s punk.\n\nhttps://thescoffs.com/\nhttps://thescoffsband.bandcamp.com/album/factories-in-heaven",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}