Information about plays

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

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

{
    "id": 3593782,
    "uri": "https://api.kexp.org/v2/plays/3593782/?format=api",
    "airdate": "2025-12-21T02:40:17-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "https://ia800604.us.archive.org/29/items/mbid-ee09e0b9-0c56-477b-8984-ea16636a916f/mbid-ee09e0b9-0c56-477b-8984-ea16636a916f-9992583673_thumb500.jpg",
    "thumbnail_uri": "https://ia800604.us.archive.org/29/items/mbid-ee09e0b9-0c56-477b-8984-ea16636a916f/mbid-ee09e0b9-0c56-477b-8984-ea16636a916f-9992583673_thumb250.jpg",
    "song": "Bang a Gong (Get It On)",
    "track_id": "8fa4ca1d-31ec-3037-9eff-e0f92814b9ce",
    "recording_id": "fbc403e5-1849-446d-b15c-6ce8f1eda1a2",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "Electric Warrior",
    "release_id": "ee09e0b9-0c56-477b-8984-ea16636a916f",
    "release_group_id": "e53310bf-8ccc-3d7f-a0b7-5ca4dbababcb",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "T. Rex's Marc Bolan took his name from Bob Dylan... BO from Bob and LAN from Dylan. \n--\nYou know, you really should watch a performance video for this song (It has Elton John on keyboards.): https://www.youtube.com/watch?v=A4o4Q9sd_y4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}