Information about plays

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

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

{
    "id": 3610756,
    "uri": "https://api.kexp.org/v2/plays/3610756/?format=api",
    "airdate": "2026-01-29T20:32:30-08:00",
    "show": 65788,
    "show_uri": "https://api.kexp.org/v2/shows/65788/?format=api",
    "image_uri": "https://coverartarchive.org/release/871dac58-8875-48bc-be3d-147c0ea6b6e0/35161508190-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/871dac58-8875-48bc-be3d-147c0ea6b6e0/35161508190-250.jpg",
    "song": "Guilty Pleasures",
    "track_id": null,
    "recording_id": "352ae610-74ec-49fd-9f73-103f4e6f903a",
    "artist": "Unknown Mortal Orchestra",
    "artist_ids": [
        "e2305342-0bde-4a2c-aed0-4b88694834de"
    ],
    "album": "V",
    "release_id": null,
    "release_group_id": "0b2fa2d0-b755-4c3c-bb9b-9cb8ee014892",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2023-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://unknown-mortal-orchestra.bandcamp.com/album/v\n--\nUnknown Mortal Orchestra is a New Zealand psychedelic rock band from Auckland and now based in Portland, Oregon. Fronted by multi-instrumentalist Ruban Nielson, assisted by his brother Kody Nielson and bassist Jacob Portrait, Nielson started the band in 2009, initially as a solo project.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}