Information about plays

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

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

{
    "id": 3549725,
    "uri": "https://api.kexp.org/v2/plays/3549725/?format=api",
    "airdate": "2025-09-06T19:34:24-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "c0mPut3r_p30pL3",
    "track_id": null,
    "recording_id": "81d39cf2-0dd0-4f58-b53a-f62926361d40",
    "artist": "Juicebumps",
    "artist_ids": [
        "ee5076a8-09a2-4555-935c-5500cac885a6"
    ],
    "album": "Hello Pinky!",
    "release_id": null,
    "release_group_id": "ce31f4a3-6998-425b-9784-2dd7499f68c9",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-07-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Juicebumps at The Bottom of the Hill on October 3rd!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}