Information about plays

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

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

{
    "id": 3599024,
    "uri": "https://api.kexp.org/v2/plays/3599024/?format=api",
    "airdate": "2026-01-02T01:07:06-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poetry",
    "track_id": "e9aeafd8-794b-3fcd-8fa7-6277a922d0d7",
    "recording_id": "39db22fa-2b9e-4ade-8d9c-32d04a730fb4",
    "artist": "Boogie Down Productions",
    "artist_ids": [
        "ff7466a5-c538-4d2b-8450-54f11b20f2f4"
    ],
    "album": "Live Hardcore Worldwide",
    "release_id": "c2496eb1-2752-4291-b707-568223014e27",
    "release_group_id": "2d37b0ee-494f-3f7f-8ed5-64996514b31f",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1991-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}