Information about plays

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

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

{
    "id": 3580342,
    "uri": "https://api.kexp.org/v2/plays/3580342/?format=api",
    "airdate": "2025-11-19T19:11:01-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A New Side",
    "track_id": null,
    "recording_id": null,
    "artist": "Free Whenever",
    "artist_ids": [
        "c865f7c2-a669-45b5-9360-2bcdddec3e1e"
    ],
    "album": "Ascension",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Free Whenever"
    ],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The band's guiding philosophy and approach to making music is rooted in long-form improvisation resulting in a unique blend of vintage psychedelia, dub, eastern modality, african rhythmic tradition and melodic guitar that leaves listeners high -- fully immersed in a synesthetic sound experience. \" read more here: https://www.freewheneverband.com/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}