Information about plays

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

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

{
    "id": 3546004,
    "uri": "https://api.kexp.org/v2/plays/3546004/?format=api",
    "airdate": "2025-08-28T20:06:39-07:00",
    "show": 64413,
    "show_uri": "https://api.kexp.org/v2/shows/64413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lonely Rolling Star (from “Katamari Damacy”)",
    "track_id": null,
    "recording_id": "127d70db-df21-46ff-a63e-e7e96e4a9813",
    "artist": "The 8‐Bit Big Band",
    "artist_ids": [
        "3bb1a3c9-3848-4381-bcea-dbebec282992"
    ],
    "album": "Press Start!",
    "release_id": null,
    "release_group_id": "961d9846-04ef-49f6-81f4-3755cee45714",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 8-Bit Big Band is a jazz and pops orchestra directed by Charlie Rosen that specializes in jazz arrangements of video game music. The band won the Grammy Award for Best Arrangement, Instrumental or A Cappella in 2022 and were nominated for Best Arrangement, Instrumental and Vocals in 2024.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}