Information about plays

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

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

{
    "id": 3627462,
    "uri": "https://api.kexp.org/v2/plays/3627462/?format=api",
    "airdate": "2026-03-10T15:58:49-07:00",
    "show": 66145,
    "show_uri": "https://api.kexp.org/v2/shows/66145/?format=api",
    "image_uri": "https://coverartarchive.org/release/25286937-27a6-4874-abe2-8fd878a36f01/10203697569-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/25286937-27a6-4874-abe2-8fd878a36f01/10203697569-250.jpg",
    "song": "Boys Don’t Cry",
    "track_id": null,
    "recording_id": "b87a5bd5-e486-4f55-b906-14be894ef380",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Boys Don’t Cry",
    "release_id": null,
    "release_group_id": "1e4d6dba-761f-3d5d-9048-a0188b818297",
    "labels": [
        "Fiction"
    ],
    "label_ids": [
        "df7d4cc5-e131-43a3-a398-5322ceded8bc"
    ],
    "release_date": "1979-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song grew out of Robert Smith's frustration over being expected to conform to an outdated view of masculinity. \n\n\"When I was growing up, there was peer pressure on you to conform to be a certain way,\" the Cure frontman told NME in 2019. \"And as an English boy at the time, you're encouraged not to show your emotion to any degree. And I couldn't help but show my emotions when I was younger. I never found it awkward showing my emotions. I couldn't really continue without showing my emotions - you'd have to be a pretty boring singer to do that. So I kind of made a big thing about it. I thought, 'Well, it's part of my nature to rail against being told not to do something.'\" https://tinyurl.com/wvpmp2a9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}