Information about plays

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

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

{
    "id": 3660994,
    "uri": "https://api.kexp.org/v2/plays/3660994/?format=api",
    "airdate": "2026-05-29T10:36:27-07:00",
    "show": 66844,
    "show_uri": "https://api.kexp.org/v2/shows/66844/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Every time I look at you",
    "track_id": null,
    "recording_id": null,
    "artist": "Kurt Vile",
    "artist_ids": [],
    "album": "Philadelphia's Been Good To Me",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Verve Records, Inc."
    ],
    "label_ids": [
        "7687a251-2d16-419c-9e5c-a86e8107c925"
    ],
    "release_date": "2026-05-29",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kurt Vile's new record, Philadelphia's Been Good To Me, is out today! \n\nCatch Kurt Vile out on tour soon: \n\n-Seattle on July 3rd at the 5th Avenue Theatre\n\n-SF on July 7th at the Castro Theatre\n\nMore dates here: https://www.kurtvile.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}