Information about plays

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

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

{
    "id": 3561430,
    "uri": "https://api.kexp.org/v2/plays/3561430/?format=api",
    "airdate": "2025-10-04T23:24:32-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paper Skulls",
    "track_id": "b79eb472-fc95-4f36-bc0b-91671e8ac94b",
    "recording_id": "a14b606f-bc66-45c0-8a8e-cfa8bb37a54b",
    "artist": "New Fangs",
    "artist_ids": [
        "fa950490-d027-44f2-8f60-c5dde4e200cc"
    ],
    "album": "Bayonets",
    "release_id": "ba16352e-3435-42b5-a514-887bc1329fe3",
    "release_group_id": "8414d87e-89bc-4a1d-bdfd-7db5f161948d",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sole release from this Seattle band featuring members of The Hex Dispensers, Thee Flying Dutchmen, and Tokyo Drifters.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}