Information about plays

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

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

{
    "id": 3623205,
    "uri": "https://api.kexp.org/v2/plays/3623205/?format=api",
    "airdate": "2026-02-27T22:32:00-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk It Out",
    "track_id": null,
    "recording_id": "16a04f06-c86d-4fcb-a585-8f433fd085fd",
    "artist": "Unk",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This snap music anthem dropped in September 2006 from Unk's debut album \"Beat'n Down Yo Block!\" Produced by DJ Montay and featuring Jim Jones and Andre 3000 on the remix, \"Walk It Out\" became a defining song of the mid-2000s snap era",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}