Information about plays

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

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

{
    "id": 3556520,
    "uri": "https://api.kexp.org/v2/plays/3556520/?format=api",
    "airdate": "2025-09-23T00:52:02-07:00",
    "show": 64637,
    "show_uri": "https://api.kexp.org/v2/shows/64637/?format=api",
    "image_uri": "https://coverartarchive.org/release/c20bbc18-ccbe-4bbd-a65e-fabcbd2997eb/22753491193-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c20bbc18-ccbe-4bbd-a65e-fabcbd2997eb/22753491193-250.jpg",
    "song": "Weeping Sky",
    "track_id": null,
    "recording_id": null,
    "artist": "Pictureplane",
    "artist_ids": [
        "2f093804-9909-42c8-9355-741f032860ec"
    ],
    "album": "Sex Distortion",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Music Website"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hell yah new Pictureplane - https://www.youtube.com/watch?v=B6yfLA4I8zw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}