Information about plays

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

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

{
    "id": 3526144,
    "uri": "https://api.kexp.org/v2/plays/3526144/?format=api",
    "airdate": "2025-07-12T21:01:06-07:00",
    "show": 63998,
    "show_uri": "https://api.kexp.org/v2/shows/63998/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Puzzle Piece",
    "track_id": null,
    "recording_id": null,
    "artist": "Memo PST",
    "artist_ids": [
        "7230a127-2efd-435f-81f2-be6bdf123fca"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "p(doom) Records"
    ],
    "label_ids": [
        "00b22497-81b3-454d-bbdc-89ab65bbb9a2"
    ],
    "release_date": "2025-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring members of GØGGS and Bad Sports.\n\nhttps://pdoomrecords.com/collections/memo-pst/products/memo-pst-puzzle-piece-b-w-killed-by-a-loser-7-vinyl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}