Information about plays

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

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

{
    "id": 3582408,
    "uri": "https://api.kexp.org/v2/plays/3582408/?format=api",
    "airdate": "2025-11-24T15:29:02-08:00",
    "show": 65200,
    "show_uri": "https://api.kexp.org/v2/shows/65200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brokenfolks",
    "track_id": null,
    "recording_id": "2b49aec7-4beb-47f0-b9b8-91ef2de65e25",
    "artist": "Georgia Anne Muldrow",
    "artist_ids": [
        "caf1cb4b-5bd0-4b4c-aecf-53de52cd18d1"
    ],
    "album": "VWETO II",
    "release_id": null,
    "release_group_id": "a91002a6-d1ef-4a1c-862d-9ac2d201006f",
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2019-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this in studio performance by Georgia Anne Muldrow & Declaime live in the KEXP studio in November of 2019.\nhttps://www.youtube.com/watch?v=T152M2m_8i8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}