Information about plays

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

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

{
    "id": 3590185,
    "uri": "https://api.kexp.org/v2/plays/3590185/?format=api",
    "airdate": "2025-12-12T14:52:27-08:00",
    "show": 65356,
    "show_uri": "https://api.kexp.org/v2/shows/65356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Electric Avenue (radio edit)",
    "track_id": null,
    "recording_id": "d0d0fed3-b5d9-47c9-a845-e9ec7d89ef9b",
    "artist": "Eddy Grant",
    "artist_ids": [
        "0cf0583a-fcfd-4f07-b573-95273ec4bdb5"
    ],
    "album": "Electric Avenue",
    "release_id": null,
    "release_group_id": "5606c9f4-ff72-4db8-8374-ec8c4e6b7dc5",
    "labels": [
        "Strictly Rhythm"
    ],
    "label_ids": [
        "29c1256a-d989-4035-a856-95d707e2082c"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Arash!\n---\nThis song refers to Electric Avenue in the south London district of Brixton, the first market street to be lit by electricity. At the beginning of the 1980s, tensions over unemployment, racism and poverty culminated in the street. Grant wrote this song in response.  In this interview, the artist and the sound engineer talk about making this song: https://www.theguardian.com/culture/2018/sep/03/how-we-made-eddy-grant-electric-avenue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}