Information about plays

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

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

{
    "id": 3594504,
    "uri": "https://api.kexp.org/v2/plays/3594504/?format=api",
    "airdate": "2025-12-22T14:31:20-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When Snow Falls",
    "track_id": null,
    "recording_id": "c5b7b80c-fc84-45ed-843d-60593ba8e033",
    "artist": "Federale",
    "artist_ids": [
        "c191f19c-1c51-4100-93c4-de5d2e101139"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jealous Butcher Records"
    ],
    "label_ids": [
        "8c979a04-bc6b-4cc9-accb-6aa617dc3c88"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The music video was filmed using specific, unique locations and techniques to match its cinematic style. \nIt was shot in remote Oregon locations using vintage anamorphic lenses to achieve a classic, widescreen, spaghetti western aesthetic, which is characteristic of the band's sound. This choice of lens and location helped the director capture the desolate and expansive feel of the song's themes of solitude and the end of things. \n\nhttps://www.youtube.com/watch?v=b-ap4D9xj50",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}