Information about plays

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

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

{
    "id": 3616273,
    "uri": "https://api.kexp.org/v2/plays/3616273/?format=api",
    "airdate": "2026-02-11T19:02:30-08:00",
    "show": 65907,
    "show_uri": "https://api.kexp.org/v2/shows/65907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Us Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Troubadour Dali",
    "artist_ids": [
        "0e530c7a-d3fb-41d0-92d3-237aad8f3c60"
    ],
    "album": "Troubadour Dali",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Euclid Records"
    ],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read more about how DJ Jewel's intro to this band was via Tinder from her now husband!\nhttps://www.kexp.org/read/2023/9/14/get-to-know-dj-jewel-host-of-kexps-new-psych-show-astral-plane/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}