Information about plays

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

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

{
    "id": 3550359,
    "uri": "https://api.kexp.org/v2/plays/3550359/?format=api",
    "airdate": "2025-09-08T07:30:25-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Insinuation",
    "track_id": "1bd6f9b3-06da-3a82-b848-02ff46157ed1",
    "recording_id": "5658c594-f969-4b8a-8d60-01c54ba44a08",
    "artist": "The Folk Implosion",
    "artist_ids": [
        "31722656-e14d-4f3f-8ecb-27cba9ce3a15"
    ],
    "album": "Insinuation",
    "release_id": "839fd480-9eda-40f4-8c76-e72026ff86fc",
    "release_group_id": "599edfc5-4d99-33cd-945a-1523f23b7611",
    "labels": [
        "The Communion Label"
    ],
    "label_ids": [
        "3f1027b1-07d2-4e62-99c6-0a0a4e9bc270"
    ],
    "release_date": "1997-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Folk Implosion was an American band formed in Massachusetts in the early 1990s by Lou Barlow and John Davis.\n\nIt was initially a side-project started by Barlow to explore different territory than that being canvassed with his primary band at the time, Sebadoh. The name is a play on the Jon Spencer Blues Explosion.\n\nhttps://thefolkimplosion.bandcamp.com/album/insinuation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}