Information about plays

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

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

{
    "id": 3620611,
    "uri": "https://api.kexp.org/v2/plays/3620611/?format=api",
    "airdate": "2026-02-22T00:43:57-08:00",
    "show": 65998,
    "show_uri": "https://api.kexp.org/v2/shows/65998/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Land of Ashes",
    "track_id": null,
    "recording_id": null,
    "artist": "Greyhawk",
    "artist_ids": [
        "8ce933fe-f64d-4693-ba2b-1349225f01c3"
    ],
    "album": "Warriors of Greyhawk",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cruz del Sur Music"
    ],
    "label_ids": [
        "03566699-43bf-4727-832b-a4cf7d2a43c7"
    ],
    "release_date": "2026-02-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Greyhawk will be playing at:\n -  the Historic Ashland Armory in Ashland, OR on April 25th.\n - The Commodore Ballroom in Vancouver, BC on May 31st\n\nhttps://greyhawkmetal.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}