Information about plays

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

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

{
    "id": 3570583,
    "uri": "https://api.kexp.org/v2/plays/3570583/?format=api",
    "airdate": "2025-10-27T10:32:19-07:00",
    "show": 64949,
    "show_uri": "https://api.kexp.org/v2/shows/64949/?format=api",
    "image_uri": "https://ia803208.us.archive.org/10/items/mbid-606b6e98-c195-4752-9024-3fd568f1dc42/mbid-606b6e98-c195-4752-9024-3fd568f1dc42-43297268910_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/10/items/mbid-606b6e98-c195-4752-9024-3fd568f1dc42/mbid-606b6e98-c195-4752-9024-3fd568f1dc42-43297268910_thumb250.jpg",
    "song": "Squares",
    "track_id": "02fe6cca-e766-37e1-91fa-93be9370a344",
    "recording_id": "24e7edc9-769d-41fc-b576-fc3936bdeea9",
    "artist": "The Beta Band",
    "artist_ids": [
        "0d82f0cd-107a-403f-a726-ac7287cbea65"
    ],
    "album": "Hot Shots II",
    "release_id": "606b6e98-c195-4752-9024-3fd568f1dc42",
    "release_group_id": "34c62e23-de6c-36ba-afa0-8d91086d22c2",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2001-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Beta Band recently taped a Live on KEXP session. Make sure to subscribe to the KEXP YouTube channel to get notified when that video drops. \n\nIn the meantime, check out this Live on KEXP session from last year with Steve Mason of the Beta Band: https://www.youtube.com/watch?v=AlUhJbiTZls",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}