Information about plays

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

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

{
    "id": 3583938,
    "uri": "https://api.kexp.org/v2/plays/3583938/?format=api",
    "airdate": "2025-11-28T05:01:13-08:00",
    "show": 65229,
    "show_uri": "https://api.kexp.org/v2/shows/65229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lyra",
    "track_id": null,
    "recording_id": "7dd550ce-ff2c-4043-8388-1bcf3f9aec07",
    "artist": "Waldskin",
    "artist_ids": [
        "9579e73a-38ed-4183-909a-293f7343cca7"
    ],
    "album": "Wrong Party",
    "release_id": null,
    "release_group_id": "336aa33d-d0c2-48f7-a1f7-e5c6a1d68fb4",
    "labels": [
        "Blizzard Audio Club"
    ],
    "label_ids": [
        "84f8c88d-8c85-4a64-b470-9d0b3e688c54"
    ],
    "release_date": "2024-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Waldskin is a Swiss band formed in 2020, known for its unique style that blends alternative pop, electronic rock, and trip-hop. The trio is composed of Aurèle Louis, Maryam Hammad, and Nathan Gros.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}