Information about plays

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

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

{
    "id": 3519720,
    "uri": "https://api.kexp.org/v2/plays/3519720/?format=api",
    "airdate": "2025-06-28T00:00:22-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Midnight Special Feat. Vitamin D",
    "track_id": "35539680-8a38-414b-b786-2bc4911993a4",
    "recording_id": "dcb60428-aab2-4c43-bb43-0780d743ccbc",
    "artist": "Brothers From Another",
    "artist_ids": [
        "eb7df7c3-84d4-49c3-9c74-6281c7af9636"
    ],
    "album": "Two Weeks Vacation",
    "release_id": "33611d4e-7fdc-4e0c-aef0-4c6f04954ff9",
    "release_group_id": "2a9e4ea1-5f1c-4509-ba48-949085cda270",
    "labels": [
        "Members Only"
    ],
    "label_ids": [
        "11e48127-3c4a-4baf-b866-3539aa3d9b84"
    ],
    "release_date": "2010-12-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local heroes BFA feat. KEXP's very own Vitamin D with the feature verse.\n\nhttps://brothersfromanother.bandcamp.com/album/taco-tuesday-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}