Information about plays

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

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

{
    "id": 3582442,
    "uri": "https://api.kexp.org/v2/plays/3582442/?format=api",
    "airdate": "2025-11-24T17:24:43-08:00",
    "show": 65201,
    "show_uri": "https://api.kexp.org/v2/shows/65201/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marquee Moon",
    "track_id": null,
    "recording_id": "54cc3778-b3e3-4e54-8121-6cc0fbf79097",
    "artist": "De Lux",
    "artist_ids": [
        "38128b63-0557-4d63-82e8-c1f7474acdd1"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA group De Lux covers the 1977 title track from Television's debut album! \nhttps://de-lux.bandcamp.com/\n\nCheck out this 40-year retrospective on the impact of \"Marquee Moon.\" https://tinyurl.com/yc6tuvk9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}