Information about plays

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

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

{
    "id": 3575341,
    "uri": "https://api.kexp.org/v2/plays/3575341/?format=api",
    "airdate": "2025-11-08T00:57:28-08:00",
    "show": 65049,
    "show_uri": "https://api.kexp.org/v2/shows/65049/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Parents' Cocaine",
    "track_id": "20623bf6-5fc9-3d77-8c74-c587037b61a3",
    "recording_id": "55f5f4a8-19d5-4d22-a7db-5d0c9fe5965b",
    "artist": "The Coup",
    "artist_ids": [
        "846e89f6-6257-4371-a26d-de960a60bec5"
    ],
    "album": "Sorry to Bother You",
    "release_id": "32acdee0-c57c-4362-92e0-58ee1eeea1bc",
    "release_group_id": "94bf5850-3e2f-4c99-bebd-305a80633063",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2012-10-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}