Information about plays

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

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

{
    "id": 3551267,
    "uri": "https://api.kexp.org/v2/plays/3551267/?format=api",
    "airdate": "2025-09-10T10:49:08-07:00",
    "show": 64525,
    "show_uri": "https://api.kexp.org/v2/shows/64525/?format=api",
    "image_uri": "https://ia601304.us.archive.org/30/items/mbid-2add65ca-6e7a-4a0c-bef0-67965942cb59/mbid-2add65ca-6e7a-4a0c-bef0-67965942cb59-37980333521_thumb500.jpg",
    "thumbnail_uri": "https://ia801304.us.archive.org/30/items/mbid-2add65ca-6e7a-4a0c-bef0-67965942cb59/mbid-2add65ca-6e7a-4a0c-bef0-67965942cb59-37980333521_thumb250.jpg",
    "song": "Rock On (Over and Over)",
    "track_id": "a26cdc13-d46a-48de-9e50-25131e546eb4",
    "recording_id": "fc043935-7e0d-45df-bf90-d8b65249e669",
    "artist": "The Lemon Twigs",
    "artist_ids": [
        "f32d94e8-8d55-4ee2-9077-53d1c024a03b"
    ],
    "album": "A Dream Is All We Know",
    "release_id": "2add65ca-6e7a-4a0c-bef0-67965942cb59",
    "release_group_id": "1b90d83e-329c-44ba-ba6f-7ddc47d44a7e",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2024-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Larry Mizell, Jr., hosted the Long Island band The Lemon Twigs Live on KEXP last year! Check the session out here: https://www.youtube.com/watch?v=dSCcFOlTDPI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}