Information about plays

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

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

{
    "id": 3614781,
    "uri": "https://api.kexp.org/v2/plays/3614781/?format=api",
    "airdate": "2026-02-08T07:59:15-08:00",
    "show": 65877,
    "show_uri": "https://api.kexp.org/v2/shows/65877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everyone Around Me Dancing",
    "track_id": null,
    "recording_id": null,
    "artist": "Gia Margaret",
    "artist_ids": [],
    "album": "Singing",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [],
    "release_date": "2026-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead single and opening track to the forthcoming album from Chicago-based artist and 'Pacific Notions' fave Gia Margaret that's her first vocal album since 2018’s There’s Always Glimmer as she returns from a vocal injury that kept her singing for years, but also allowed her to explore some amazing instrumental terrain ~ https://giamargaret.bandcamp.com/album/singing",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}