Information about plays

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

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

{
    "id": 3552900,
    "uri": "https://api.kexp.org/v2/plays/3552900/?format=api",
    "airdate": "2025-09-14T09:17:03-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/3982ce7f-cd3e-46df-960c-ee5575681198/6394256100-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3982ce7f-cd3e-46df-960c-ee5575681198/6394256100-250.jpg",
    "song": "I'm So Glad",
    "track_id": null,
    "recording_id": "90ba5fbb-eac8-48e2-8950-6032d7c4a7c2",
    "artist": "Skip James",
    "artist_ids": [
        "f205743d-4441-471d-a3af-66f584738e29"
    ],
    "album": "Today!",
    "release_id": null,
    "release_group_id": "d4868d29-590e-322f-910d-d26eb60c2f8f",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally recorded and released in 1930 by the Delta blues musician, British rock band Cream included a cover on their debut album of which James liked their interpretation of his song, and recorded a new version to capitalize on the new attention.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}