Information about plays

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

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

{
    "id": 3595193,
    "uri": "https://api.kexp.org/v2/plays/3595193/?format=api",
    "airdate": "2025-12-24T04:01:33-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Melt!",
    "track_id": "394da2b2-209e-3706-84dc-ab75b7443890",
    "recording_id": "078793b6-e840-4f4a-8099-f6186fd9e9f0",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Twice Upon a Time: The Singles",
    "release_id": "2dd25b6d-d060-4cac-86a1-7666d3b43f7b",
    "release_group_id": "54b6967d-4dc8-36cf-baf1-d918536d48c3",
    "labels": [
        "Geffen Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}