Information about plays

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

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

{
    "id": 3500420,
    "uri": "https://api.kexp.org/v2/plays/3500420/?format=api",
    "airdate": "2025-05-12T13:03:58-07:00",
    "show": 63442,
    "show_uri": "https://api.kexp.org/v2/shows/63442/?format=api",
    "image_uri": "https://ia802306.us.archive.org/18/items/mbid-9c5b6762-14d9-4cbd-b853-26a306b1c95c/mbid-9c5b6762-14d9-4cbd-b853-26a306b1c95c-41121187471_thumb500.jpg",
    "thumbnail_uri": "https://ia802306.us.archive.org/18/items/mbid-9c5b6762-14d9-4cbd-b853-26a306b1c95c/mbid-9c5b6762-14d9-4cbd-b853-26a306b1c95c-41121187471_thumb250.jpg",
    "song": "Underworld 4",
    "track_id": "26016718-b855-4b52-b096-39603f9270bf",
    "recording_id": "7c639c96-21b5-4464-ba8a-4e3331a15714",
    "artist": "Unknown Mortal Orchestra",
    "artist_ids": [
        "e2305342-0bde-4a2c-aed0-4b88694834de"
    ],
    "album": "IC-02 Bogotá",
    "release_id": "9c5b6762-14d9-4cbd-b853-26a306b1c95c",
    "release_group_id": "eaf1827b-2f6e-4f61-9e98-2719e27f8544",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}