Information about plays

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

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

{
    "id": 3605321,
    "uri": "https://api.kexp.org/v2/plays/3605321/?format=api",
    "airdate": "2026-01-17T02:47:55-08:00",
    "show": 65670,
    "show_uri": "https://api.kexp.org/v2/shows/65670/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When Your Dream of Perfect Beauty Comes True",
    "track_id": null,
    "recording_id": "cd440dc3-8b9a-4548-b643-ffa6c709949b",
    "artist": "Bill Nelson",
    "artist_ids": [
        "8d463dee-ffae-4028-a3af-ec8ccb595906"
    ],
    "album": "Belgian New Beat: The Compilation, Volume 2",
    "release_id": null,
    "release_group_id": "5ecfbbd1-b7a3-49f3-8b5c-c33367a554f7",
    "labels": [
        "541"
    ],
    "label_ids": [
        "f36003f0-e9f3-4547-9825-bf707d2046d8"
    ],
    "release_date": "2018-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://belgiannewbeat.bandcamp.com/track/bill-nelson-when-your-dream-of-perfect-beauty-comes-true",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}