Information about plays

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

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

{
    "id": 3599022,
    "uri": "https://api.kexp.org/v2/plays/3599022/?format=api",
    "airdate": "2026-01-02T01:00:25-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Open Your Eyes",
    "track_id": null,
    "recording_id": "054b3382-44dd-4c52-bc1a-ea4dcdaa4977",
    "artist": "Bobby Caldwell",
    "artist_ids": [
        "139a00a8-6b21-47c3-9315-60ac5ab2c715"
    ],
    "album": "Cat in the Hat",
    "release_id": null,
    "release_group_id": "e2621bbb-0645-357b-9da8-90bf6b892aa2",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Dilla took his phenomenal hands, flipped this sample,  and turned out a true classic to this day, with Common on the track, “the Light”.: http://www.authorityhop.com/home/who-flipped-this-bobby-caldwell-sample-better/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}