Information about plays

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

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

{
    "id": 3605126,
    "uri": "https://api.kexp.org/v2/plays/3605126/?format=api",
    "airdate": "2026-01-16T14:44:08-08:00",
    "show": 65666,
    "show_uri": "https://api.kexp.org/v2/shows/65666/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dirt",
    "track_id": "4483fe6a-5648-3058-8ff3-82893b461d26",
    "recording_id": "55866889-324c-4e5d-b7d7-566a9469081d",
    "artist": "WU LYF",
    "artist_ids": [
        "338aa8c7-a7c0-4043-9c49-657ae3714f9b"
    ],
    "album": "Go Tell Fire to the Mountain",
    "release_id": "0e6ed5f8-a76d-4e42-9431-de15394a0b3c",
    "release_group_id": "d7d70aee-af05-4d0e-8919-d483fcf59688",
    "labels": [
        "LYF"
    ],
    "label_ids": [
        "82a73b3a-d09a-41e6-9580-f3c91c381034"
    ],
    "release_date": "2011-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Josh \n\n\"Loving the set today! Might I request Wu Lyf’s “Dirt” to continue the vibes? So excited to see them reunite and release a new single after disbanding despite such a spectacular first album.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}