Information about plays

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

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

{
    "id": 3631499,
    "uri": "https://api.kexp.org/v2/plays/3631499/?format=api",
    "airdate": "2026-03-20T14:25:58-07:00",
    "show": 66231,
    "show_uri": "https://api.kexp.org/v2/shows/66231/?format=api",
    "image_uri": "https://dn710005.ca.archive.org/0/items/mbid-fc017dd9-13f8-418a-adb2-2727f0c85c4d/mbid-fc017dd9-13f8-418a-adb2-2727f0c85c4d-15474879449_thumb500.jpg",
    "thumbnail_uri": "https://dn710005.ca.archive.org/0/items/mbid-fc017dd9-13f8-418a-adb2-2727f0c85c4d/mbid-fc017dd9-13f8-418a-adb2-2727f0c85c4d-15474879449_thumb250.jpg",
    "song": "Madness",
    "track_id": "fc34a713-2021-3023-879e-690291842574",
    "recording_id": "9b7ba702-92e8-46b2-9602-abc3a3f8a8f6",
    "artist": "Deltron 3030",
    "artist_ids": [
        "ce886f30-8b8f-4cc8-b854-3749291350fd"
    ],
    "album": "Deltron 3030: The Instrumentals",
    "release_id": "fc017dd9-13f8-418a-adb2-2727f0c85c4d",
    "release_group_id": "54397b6e-71ba-4c20-8cda-4451a7870c07",
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "release_date": "2001-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}