Information about plays

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

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

{
    "id": 3620606,
    "uri": "https://api.kexp.org/v2/plays/3620606/?format=api",
    "airdate": "2026-02-22T00:21:53-08:00",
    "show": 65998,
    "show_uri": "https://api.kexp.org/v2/shows/65998/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Faith",
    "track_id": null,
    "recording_id": null,
    "artist": "Converge",
    "artist_ids": [
        "fa31e7d4-a03a-4110-98fc-f8826e95ec25"
    ],
    "album": "Love is Not Enough",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [],
    "release_date": "2026-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Converge will be playing at the Regency Ballroom in SF on May 17th with Poison the Well, The Armed, and The Barbarians.\n\nYou can check out the video for this song by following the link below:\n\nhttps://www.convergecult.com/\nhttps://www.convergecult.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}