Information about plays

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

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

{
    "id": 3525151,
    "uri": "https://api.kexp.org/v2/plays/3525151/?format=api",
    "airdate": "2025-07-10T12:12:39-07:00",
    "show": 63973,
    "show_uri": "https://api.kexp.org/v2/shows/63973/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BANANA BUS BREAKDOWN",
    "track_id": null,
    "recording_id": null,
    "artist": "Forsaken Sound Team and fearless.",
    "artist_ids": [],
    "album": "Forsaken (Original Game Soundtrack), Vol. 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song comes off of a soundtrack for the video game 'Forsaken.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}