Information about plays

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

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

{
    "id": 3568504,
    "uri": "https://api.kexp.org/v2/plays/3568504/?format=api",
    "airdate": "2025-10-22T12:47:41-07:00",
    "show": 64903,
    "show_uri": "https://api.kexp.org/v2/shows/64903/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Feel It",
    "track_id": null,
    "recording_id": null,
    "artist": "Chalk",
    "artist_ids": [],
    "album": "Can't Feel It",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ALTER Music LLC"
    ],
    "label_ids": [],
    "release_date": "2025-10-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music from Belfast, Ireland, band Chalk!\n\nThey're playing in Seattle as part of the Freakout Music Festival, which runs from Nov. 6-9 in the Ballard and Fremont neighborhoods: https://www.freakoutrec.com/\n\nThey're also playing in San Francisco on Tuesday, Nov. 11, at the Kilowatt.\n\nhttps://laylo.com/chalk/m/usandcantour2025",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}