Information about plays

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

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

{
    "id": 3583068,
    "uri": "https://api.kexp.org/v2/plays/3583068/?format=api",
    "airdate": "2025-11-26T03:05:59-08:00",
    "show": 65212,
    "show_uri": "https://api.kexp.org/v2/shows/65212/?format=api",
    "image_uri": "https://ia803100.us.archive.org/0/items/mbid-90b4b732-a69b-4c2f-b9b1-3906c4b761eb/mbid-90b4b732-a69b-4c2f-b9b1-3906c4b761eb-24425468962_thumb500.jpg",
    "thumbnail_uri": "https://ia803100.us.archive.org/0/items/mbid-90b4b732-a69b-4c2f-b9b1-3906c4b761eb/mbid-90b4b732-a69b-4c2f-b9b1-3906c4b761eb-24425468962_thumb250.jpg",
    "song": "Takamba",
    "track_id": "093c94aa-9b8f-4b91-a6f6-cfcaac6763af",
    "recording_id": "937c6afe-0626-487a-b1e8-1836f0226786",
    "artist": "Bombino",
    "artist_ids": [
        "d7613e57-4383-454a-8b26-b1e7c28cb740"
    ],
    "album": "Deran",
    "release_id": "90b4b732-a69b-4c2f-b9b1-3906c4b761eb",
    "release_group_id": "6cb9277b-e928-4da3-b72f-1199dc5ed2a2",
    "labels": [
        "Partisan"
    ],
    "label_ids": [
        "8b86db6c-148e-4b28-860f-1b46a77d9cc3"
    ],
    "release_date": "2018-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}