Information about plays

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

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

{
    "id": 3668922,
    "uri": "https://api.kexp.org/v2/plays/3668922/?format=api",
    "airdate": "2026-06-17T02:03:38-07:00",
    "show": 67009,
    "show_uri": "https://api.kexp.org/v2/shows/67009/?format=api",
    "image_uri": "https://dn720608.ca.archive.org/0/items/mbid-c658dfb6-8750-4f88-bd80-fbb9d8791f37/mbid-c658dfb6-8750-4f88-bd80-fbb9d8791f37-44982256935_thumb500.jpg",
    "thumbnail_uri": "https://dn720608.ca.archive.org/0/items/mbid-c658dfb6-8750-4f88-bd80-fbb9d8791f37/mbid-c658dfb6-8750-4f88-bd80-fbb9d8791f37-44982256935_thumb250.jpg",
    "song": "Only in America",
    "track_id": "a77ad00a-0889-4da6-93fd-9d37446eadec",
    "recording_id": "1b08020c-e0ff-4dc3-8d1f-6dda2b06c1fe",
    "artist": "Vince Staples",
    "artist_ids": [
        "78e854b8-9713-4ff2-9218-6b3784893bff"
    ],
    "album": "Cry Baby",
    "release_id": "c658dfb6-8750-4f88-bd80-fbb9d8791f37",
    "release_group_id": "c61a29d8-6311-4b4a-96ab-e5f1b2294dab",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2026-06-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Vince Staples out now!\n\nhttps://vincestaples.bandcamp.com/album/cry-baby",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}