Information about plays

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

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

{
    "id": 3657375,
    "uri": "https://api.kexp.org/v2/plays/3657375/?format=api",
    "airdate": "2026-05-20T20:47:30-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b7f0766-315a-4fa1-bbe3-e388256b9f7d/43589421339-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b7f0766-315a-4fa1-bbe3-e388256b9f7d/43589421339-250.jpg",
    "song": "Great Divide",
    "track_id": null,
    "recording_id": "a3e570a7-cfb4-4e92-b49f-37f5e0d4c7c7",
    "artist": "Peyote Ugly",
    "artist_ids": [
        "add6e737-2363-49e0-8651-284aa105baa5"
    ],
    "album": "Beyond the Great Divide",
    "release_id": null,
    "release_group_id": "1b96eb46-14eb-4f05-b9d4-f9007453c281",
    "labels": [
        "Peyote Ugly"
    ],
    "label_ids": [],
    "release_date": "2025-04-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "May 28 @ Sunset Tavern in Seattle, WA w Primitive Ring, Screen Frogs\nJun 6 @ Baba Yaga in Seattle, WA\n\nhttps://www.peyoteugly.com/events/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}