Information about plays

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

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

{
    "id": 3603313,
    "uri": "https://api.kexp.org/v2/plays/3603313/?format=api",
    "airdate": "2026-01-12T03:46:36-08:00",
    "show": 65629,
    "show_uri": "https://api.kexp.org/v2/shows/65629/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Haahp'e'hahe",
    "track_id": null,
    "recording_id": null,
    "artist": "1876",
    "artist_ids": [
        "453e55e5-463a-42ab-9492-129998908c4d"
    ],
    "album": "Pow Wow Punk Rock IIII",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-10-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Blackfeet, Northern Cheyenne, Oglala, Comanche \t\n\n1876 is an Indigenous punk rock band from Portland, Oregon. They proudly represents both the Northern Cheyenne and the Blackfeet nations, singing in both languages.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}