Information about plays

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

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

{
    "id": 3570587,
    "uri": "https://api.kexp.org/v2/plays/3570587/?format=api",
    "airdate": "2025-10-27T10:52:18-07:00",
    "show": 64949,
    "show_uri": "https://api.kexp.org/v2/shows/64949/?format=api",
    "image_uri": "https://ia800408.us.archive.org/16/items/mbid-37b256dd-b078-3f43-931a-e278c591a9c1/mbid-37b256dd-b078-3f43-931a-e278c591a9c1-18726885638_thumb500.jpg",
    "thumbnail_uri": "https://ia600408.us.archive.org/16/items/mbid-37b256dd-b078-3f43-931a-e278c591a9c1/mbid-37b256dd-b078-3f43-931a-e278c591a9c1-18726885638_thumb250.jpg",
    "song": "Memphis & 53rd",
    "track_id": "b5a5c4a2-94a3-3f52-9454-356bd7c3c86a",
    "recording_id": "607de116-6582-4460-a899-e2cdab633fa6",
    "artist": "Minus the Bear",
    "artist_ids": [
        "c1e98e4a-4628-4c89-a7a6-0e0171600b05"
    ],
    "album": "Menos el oso",
    "release_id": "37b256dd-b078-3f43-931a-e278c591a9c1",
    "release_group_id": "ed9fc34f-3487-3121-b932-3c4a3f9ea389",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Minus the Bear is playing Live on KEXP Tuesday, Nov. 25, at 12 PM! It's free and open to the public!\n\nhttps://www.kexp.org/events/kexp-events/minus-the-bear-live-on-kexp-kexp_446439/\n\n--\n\nIn the meantime, check out this 2017 Live on KEXP performance from Minus the Bear in the KEXP Gathering Space, hosted by Cheryl: https://www.youtube.com/watch?v=O7pRHG-RavA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}