Information about plays

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

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

{
    "id": 3600653,
    "uri": "https://api.kexp.org/v2/plays/3600653/?format=api",
    "airdate": "2026-01-05T17:02:01-08:00",
    "show": 65573,
    "show_uri": "https://api.kexp.org/v2/shows/65573/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Into the Sunset and Fade",
    "track_id": null,
    "recording_id": "0f37fe4c-c756-48c5-ac06-7b55050b008c",
    "artist": "bloococoon",
    "artist_ids": [
        "47fd47ab-28e2-4e56-9af8-72eef9bbcd3e"
    ],
    "album": "Bloococoon",
    "release_id": null,
    "release_group_id": "4852e757-c91f-4d80-937e-ef1431a22ee2",
    "labels": [
        "Little Cloud Records"
    ],
    "label_ids": [
        "52ecd404-1723-49e6-8d44-bf4eeb097267"
    ],
    "release_date": "2024-09-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Seattle's bloococoon! It's from their self-titled record, which came out two weeks ago!\n\nhttps://bloococoon.bandcamp.com/album/bloococoon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}