Information about plays

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

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

{
    "id": 3649802,
    "uri": "https://api.kexp.org/v2/plays/3649802/?format=api",
    "airdate": "2026-05-02T23:39:21-07:00",
    "show": 66615,
    "show_uri": "https://api.kexp.org/v2/shows/66615/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The System",
    "track_id": null,
    "recording_id": null,
    "artist": "Filthy Traitors",
    "artist_ids": [
        "25ca03d6-2f86-40d6-9914-9cb57bcbf2c4"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "bandcamp"
    ],
    "label_ids": [],
    "release_date": "2026-04-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Filthy Traitors is a Seattle based punk band that began as an idea in late 2016 between guitarist/vocalist Chelsea Weaver and drummer Jack Love. \n\nThe System is their latest single and you can check out the video for it by following the link below:\n\nhttps://youtu.be/pFdHyqjr2p8?si=y_u1HUQ1PxFmT-JY\n\nhttps://filthytraitors.com/\nhttps://www.facebook.com/filthytraitors",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}