Information about plays

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

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

{
    "id": 3639539,
    "uri": "https://api.kexp.org/v2/plays/3639539/?format=api",
    "airdate": "2026-04-08T17:05:41-07:00",
    "show": 66401,
    "show_uri": "https://api.kexp.org/v2/shows/66401/?format=api",
    "image_uri": "https://coverartarchive.org/release/0475756a-ac2b-4273-ac97-0a365d5a4df7/36198241816-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0475756a-ac2b-4273-ac97-0a365d5a4df7/36198241816-250.jpg",
    "song": "Something’s Wrong With the Morning",
    "track_id": null,
    "recording_id": "15103b90-79b7-4478-87c8-1753782d5777",
    "artist": "Margo Guryan",
    "artist_ids": [
        "cd2867c5-c2f0-4f86-b8aa-a7be324cb916"
    ],
    "album": "27 Demos",
    "release_id": null,
    "release_group_id": "1fd43698-61ba-4ea8-9d79-6cfcfb6a8099",
    "labels": [
        "Oglio Records"
    ],
    "label_ids": [
        "74009c4e-eebe-4b7a-91d9-6b97537a45a0"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Margo Guryan was a singer-songwriter and composer best known for her 1968 album 'Take a Picture.' She died in 2021 at the age of 84 years old and you can read more about her musical career below: \nhttps://pitchfork.com/news/margo-guryan-1960s-singer-songwriter-dies-at-84/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}