Information about plays

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

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

{
    "id": 3557303,
    "uri": "https://api.kexp.org/v2/plays/3557303/?format=api",
    "airdate": "2025-09-24T19:51:52-07:00",
    "show": 64652,
    "show_uri": "https://api.kexp.org/v2/shows/64652/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Money",
    "track_id": null,
    "recording_id": "34096260-14a5-421c-aac5-3d54a56e1d81",
    "artist": "Kula Shaker",
    "artist_ids": [
        "9403a688-503e-464e-bb37-84626c57bb42"
    ],
    "album": "Good Money",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Strange F.O.L.K. LLP"
    ],
    "label_ids": [],
    "release_date": "2025-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kula Shaker are playing The Regency Ballroom with The Dandy Warhols in San Francisco Oct. 8! https://kulashaker.co.uk/pages/live\n\nTheir incoming album 'Wormslayer' will be released January 30, 2026! You can pre-order it here: https://kulashaker.os.fan/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}