Information about plays

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

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

{
    "id": 3599050,
    "uri": "https://api.kexp.org/v2/plays/3599050/?format=api",
    "airdate": "2026-01-02T02:37:52-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "white tee",
    "track_id": null,
    "recording_id": null,
    "artist": "Lil Peep",
    "artist_ids": [
        "92da4329-77a4-425c-8e92-4280110cace9"
    ],
    "album": "crybaby",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Crybaby is the fourth mixtape by American rapper Lil Peep. It was released on June 10, 2016 independently and later posthumously re-released to streaming platforms on June 10, 2020 by AUTNMY via AWAL with 10 of the original 11 tracks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}