Information about plays

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

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

{
    "id": 3650525,
    "uri": "https://api.kexp.org/v2/plays/3650525/?format=api",
    "airdate": "2026-05-04T15:04:49-07:00",
    "show": 66630,
    "show_uri": "https://api.kexp.org/v2/shows/66630/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Move",
    "track_id": null,
    "recording_id": "e23ca4ab-2eed-4dc3-878d-0a7e57b2c38f",
    "artist": "Lynda Dawn",
    "artist_ids": [
        "473da2e8-8c73-4ad0-8d23-73b309d3a1c0"
    ],
    "album": "At First Light",
    "release_id": null,
    "release_group_id": "dd881f5e-8f7b-4851-b155-9f73632bccc9",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lynda Dawn talked to Bonafide magazine: \"To tell the truth, it’s taken some time to build up the courage to put out music that is unapologetically me. In an industry where you’re told, “this is what sells and this is what doesn’t”, it’s all too easy to get caught up and lose your sense of self.\n\nAfter years of making music that I felt wasn’t an authentic representation of me, I walked away and decided to start again. That’s how Lynda Dawn materialised.\"\n\nhttps://www.bonafidemag.com/introducing-lynda-dawn/\nhttps://lyndadawn.bandcamp.com/album/at-first-light/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}