Information about plays

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

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

{
    "id": 3590093,
    "uri": "https://api.kexp.org/v2/plays/3590093/?format=api",
    "airdate": "2025-12-12T09:19:47-08:00",
    "show": 65354,
    "show_uri": "https://api.kexp.org/v2/shows/65354/?format=api",
    "image_uri": "https://ia801703.us.archive.org/21/items/mbid-08f7a0b1-80a0-4c3b-9560-8467c3c8cabd/mbid-08f7a0b1-80a0-4c3b-9560-8467c3c8cabd-43623524366_thumb500.jpg",
    "thumbnail_uri": "https://ia801703.us.archive.org/21/items/mbid-08f7a0b1-80a0-4c3b-9560-8467c3c8cabd/mbid-08f7a0b1-80a0-4c3b-9560-8467c3c8cabd-43623524366_thumb250.jpg",
    "song": "I Found God",
    "track_id": "102492f3-dd83-46dd-8a63-2666f0c49d8a",
    "recording_id": "7007b192-2f7c-47aa-95c9-9e05770f1f5f",
    "artist": "Boy Deluxe",
    "artist_ids": [
        "3ee3e2cc-8c5b-482c-ac5a-107711384183"
    ],
    "album": "Hysteria",
    "release_id": "08f7a0b1-80a0-4c3b-9560-8467c3c8cabd",
    "release_group_id": "9b05990f-6cfc-4f5d-9203-9e2558fdf90b",
    "labels": [
        "Industry Houseplant"
    ],
    "label_ids": [
        "13d55b59-10cb-4a80-9a0f-ad241ea4074b"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boy Deluxe is an artistic collaboration between  True Murra & Hope S. Their previous incarnation was called Ever So Android. \n--\nYou can purchase their four-song EP \"Hysteria\" here: https://boydeluxe.bandcamp.com/album/hysteria",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}