Information about plays

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

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

{
    "id": 3581744,
    "uri": "https://api.kexp.org/v2/plays/3581744/?format=api",
    "airdate": "2025-11-23T02:39:27-08:00",
    "show": 65186,
    "show_uri": "https://api.kexp.org/v2/shows/65186/?format=api",
    "image_uri": "https://ia600408.us.archive.org/16/items/mbid-37b256dd-b078-3f43-931a-e278c591a9c1/mbid-37b256dd-b078-3f43-931a-e278c591a9c1-18726885638_thumb500.jpg",
    "thumbnail_uri": "https://ia800408.us.archive.org/16/items/mbid-37b256dd-b078-3f43-931a-e278c591a9c1/mbid-37b256dd-b078-3f43-931a-e278c591a9c1-18726885638_thumb250.jpg",
    "song": "Drilling",
    "track_id": "50845447-3cd7-3354-ac96-4583c3d4f452",
    "recording_id": "39bfeef1-7e93-4867-9102-bb08f8c2072f",
    "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 will be LIVE on KEXP this Tue.  Nov. 25th at noon. Open to the public. \n\nhttps://www.kexp.org/events/kexp-events/\n\nhttps://www.kexp.org/visit/in-studio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}