Information about plays

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

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

{
    "id": 3596600,
    "uri": "https://api.kexp.org/v2/plays/3596600/?format=api",
    "airdate": "2025-12-27T05:35:27-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everything Is Under Control",
    "track_id": "1eb7ab82-a0ba-4850-9add-d525d3802d50",
    "recording_id": "9555ca62-4365-4d10-ab76-523b91550458",
    "artist": "Genevieve Artadi, Real Bad Man & Pink Siifu",
    "artist_ids": [
        "e0eca4fb-9977-43e6-a61a-405f905a34aa",
        "ff8cb8a8-47f7-47f4-963c-3b855798b36f",
        "d7aee312-1a30-4012-bda8-763f8e809136"
    ],
    "album": "Everything Is Under Control.",
    "release_id": "56932400-0581-4216-a200-34e1c2a3c9a4",
    "release_group_id": "56bdb2b8-e98b-4048-8399-18119d8cb9d3",
    "labels": [
        "Real Bad Man Records"
    ],
    "label_ids": [
        "3a973849-7ae7-4d74-bc12-5692090d1d7c"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}