Information about plays

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

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

{
    "id": 3564220,
    "uri": "https://api.kexp.org/v2/plays/3564220/?format=api",
    "airdate": "2025-10-12T13:33:12-07:00",
    "show": 64816,
    "show_uri": "https://api.kexp.org/v2/shows/64816/?format=api",
    "image_uri": "https://coverartarchive.org/release/79993a03-502d-4b65-9414-160a221313f9/5578739626-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/79993a03-502d-4b65-9414-160a221313f9/5578739626-250.jpg",
    "song": "Boney Maronie",
    "track_id": null,
    "recording_id": "b80cf88c-4946-419b-b739-1fd1c5e99f69",
    "artist": "Ritchie Valens",
    "artist_ids": [
        "5222714d-21ee-4061-87f7-c749f1586790"
    ],
    "album": "The Very Best of Ritchie Valens",
    "release_id": null,
    "release_group_id": "b13c0a4f-21a5-3e45-ba38-490894d8a8d9",
    "labels": [
        "Repertoire Records"
    ],
    "label_ids": [
        "e6681297-3e77-4e96-a219-724d0de9c2e7"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Larry Williams.\n\nTribal / ancestor information: Yaqui",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}