Information about plays

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

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

{
    "id": 3605197,
    "uri": "https://api.kexp.org/v2/plays/3605197/?format=api",
    "airdate": "2026-01-16T18:37:30-08:00",
    "show": 65667,
    "show_uri": "https://api.kexp.org/v2/shows/65667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Desire",
    "track_id": "d1f0692f-4e63-4051-a9c6-ecd5e2653cb0",
    "recording_id": "c182da89-4a68-470a-ab28-e53e9040b1d6",
    "artist": "TEED",
    "artist_ids": [
        "bd075a82-b196-4752-a1bb-3d87be3236a0"
    ],
    "album": "Always With Me",
    "release_id": "fbec3058-c16e-4201-854a-c74afcacd028",
    "release_group_id": "0ca56c56-08dc-4fcb-950c-2ec176409726",
    "labels": [
        "Nice Age"
    ],
    "label_ids": [
        "58cfc703-0e5c-421d-96f3-ab4d2967c262"
    ],
    "release_date": "2025-12-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TEED is the stage name of Orlando Tobias Edward Higginbottom, a British-born, US-based DJ, singer-songwriter, and electronic music producer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}