Information about plays

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

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

{
    "id": 3599747,
    "uri": "https://api.kexp.org/v2/plays/3599747/?format=api",
    "airdate": "2026-01-03T18:10:14-08:00",
    "show": 65555,
    "show_uri": "https://api.kexp.org/v2/shows/65555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Polychrome",
    "track_id": "a6377a6d-8fa2-4054-a186-26cd8ede6647",
    "recording_id": "cb3ab194-e6c7-4698-a66b-90fea3bb8c43",
    "artist": "NAVVI",
    "artist_ids": [
        "b2595e56-5e19-43e1-8e6a-3e27fc7f7476"
    ],
    "album": "Omni",
    "release_id": "01d9bfbc-bfc6-4662-8b7e-634b9740a1f3",
    "release_group_id": "ff474267-cb3c-4312-8131-ff399aedcf81",
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2016-05-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "NAVVI is the experimental electro-pop project formed by Kristin Henry and Brad Boettger. The Seattle duo blends pop melodies with darker, looming beats and production.\n\nhttps://navvi.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}