Information about plays

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

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

{
    "id": 3577909,
    "uri": "https://api.kexp.org/v2/plays/3577909/?format=api",
    "airdate": "2025-11-14T03:39:34-08:00",
    "show": 65103,
    "show_uri": "https://api.kexp.org/v2/shows/65103/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-9089a8ec-dedd-4ccb-957a-b44894a4b172/mbid-9089a8ec-dedd-4ccb-957a-b44894a4b172-27906179995_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-9089a8ec-dedd-4ccb-957a-b44894a4b172/mbid-9089a8ec-dedd-4ccb-957a-b44894a4b172-27906179995_thumb250.jpg",
    "song": "Stone Free (Live In Maui, 1970)",
    "track_id": "74473a09-2925-46db-abee-ddbb802ca1ee",
    "recording_id": "17899a43-8396-412d-a996-0ab0cf868e04",
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "Live In Maui",
    "release_id": "9089a8ec-dedd-4ccb-957a-b44894a4b172",
    "release_group_id": "e5aa9705-6019-4138-88f9-59b781febbf5",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2020-11-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Released as the B-side of his first single \"Hey Joe,\" this was the first song Hendrix wrote for his band The Jimi Hendrix Experience. According to Hendrix: Setting the Record Straight, Jimi did not write it willingly. He wanted to use a cover of \"Land Of 1,000 Dances\" as the flip side to \"Hey Joe,\" but his producer Chas Chandler ordered him to sit down and write a new song, which he did that night.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}