Information about plays

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

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

{
    "id": 3603847,
    "uri": "https://api.kexp.org/v2/plays/3603847/?format=api",
    "airdate": "2026-01-13T12:44:15-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cursive",
    "track_id": null,
    "recording_id": null,
    "artist": "Mandy, Indiana",
    "artist_ids": [],
    "album": "URGH",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sacred Bones"
    ],
    "label_ids": [],
    "release_date": "2026-02-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "They're not from Indiana! They are an English-French noise rock band based between Manchester and Berlin, formed in 2018. Their new album, \"URGH,\" will be out on February 6th. You can pre-order it right here: https://mandyindiana.bandcamp.com/album/urgh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}