Information about plays

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

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

{
    "id": 3628402,
    "uri": "https://api.kexp.org/v2/plays/3628402/?format=api",
    "airdate": "2026-03-13T11:50:09-07:00",
    "show": 66169,
    "show_uri": "https://api.kexp.org/v2/shows/66169/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-6044b93f-62a0-47f3-8a5a-c83c460d3567/mbid-6044b93f-62a0-47f3-8a5a-c83c460d3567-39547227259_thumb500.jpg",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-6044b93f-62a0-47f3-8a5a-c83c460d3567/mbid-6044b93f-62a0-47f3-8a5a-c83c460d3567-39547227259_thumb250.jpg",
    "song": "Lovers Who Uncover",
    "track_id": "cd04b1ef-ccd1-3719-8b64-8715a76135e9",
    "recording_id": "df2bda9d-d44a-42a5-a41f-db57ca821f64",
    "artist": "The Little Ones",
    "artist_ids": [
        "4c49960d-daac-4ca2-be43-d1a8ee23f153"
    ],
    "album": "Sing Song",
    "release_id": "6044b93f-62a0-47f3-8a5a-c83c460d3567",
    "release_group_id": "3b867d41-79c1-3720-bac8-dcc1355bf607",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2006-10-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "'Sing Song' was the band's debut EP. The Little Ones formed in the 2000's in Los Angeles. \nhttps://bit.ly/2ITTgV2\n\nVocalist Ed Reyes explained, \"We’re always the underdogs. We’re not hired guns; we’re all friends and that keeps us dynamic. We’re always having fun!\"https://bit.ly/3h8QLLN\n\nhttps://thelittleones.bandcamp.com/album/sing-song-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}