Information about plays

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

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

{
    "id": 3605396,
    "uri": "https://api.kexp.org/v2/plays/3605396/?format=api",
    "airdate": "2026-01-17T06:41:28-08:00",
    "show": 65672,
    "show_uri": "https://api.kexp.org/v2/shows/65672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kawasaki Backflip",
    "track_id": null,
    "recording_id": "9f38d6c8-76b0-46f4-b00a-fa577910cbdb",
    "artist": "Dogleg",
    "artist_ids": [
        "6e7aea5b-de9f-4118-ae32-ddea8198864a"
    ],
    "album": "Melee",
    "release_id": null,
    "release_group_id": "93b2b428-7541-4955-9025-1ec8d091be1d",
    "labels": [
        "Triple Crown Records"
    ],
    "label_ids": [
        "e620e870-fb51-4531-90c2-23ceb8094241"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}