Information about plays

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

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

{
    "id": 3588298,
    "uri": "https://api.kexp.org/v2/plays/3588298/?format=api",
    "airdate": "2025-12-08T00:25:24-08:00",
    "show": 65318,
    "show_uri": "https://api.kexp.org/v2/shows/65318/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Part of You",
    "track_id": null,
    "recording_id": "5b0b5c5d-cf18-4c21-a4cf-861414d98062",
    "artist": "Cerrone",
    "artist_ids": [
        "9ec90f51-2c4a-495b-b478-2dfc9c07f8bc"
    ],
    "album": "A Part Of You",
    "release_id": null,
    "release_group_id": "dfc40740-876b-470f-b761-ac3f14e3c1dc",
    "labels": [
        "Malligator"
    ],
    "label_ids": [
        "c15fc9a7-cb79-4eca-9c15-bf4af5f4e06f"
    ],
    "release_date": "2023-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}