Information about plays

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

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

{
    "id": 3572900,
    "uri": "https://api.kexp.org/v2/plays/3572900/?format=api",
    "airdate": "2025-11-02T01:58:40-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sulphurean Synods",
    "track_id": null,
    "recording_id": "91ceb95a-4b90-454e-bc9c-b29a47beff47",
    "artist": "Merrimack",
    "artist_ids": [
        "b4ecc576-1e98-4edf-9f42-d5ebff4052f9"
    ],
    "album": "Of Grace and Gravity",
    "release_id": null,
    "release_group_id": "6b0ab488-0275-43a4-a4a4-fc3834540729",
    "labels": [
        "Season of Mist Underground Activists"
    ],
    "label_ids": [
        "5b158931-3ea0-4cfc-8dd6-cee3fb40036a"
    ],
    "release_date": "2024-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1:43:33\n\nMerrimack will be performing at Ascension Fest this year in Iceland November 13th - 15th along with Hekla and Archgoat.\n\nhttps://www.ascensionfestivaliceland.com/schedule1.html\nhttps://merrimack.bandcamp.com/album/of-grace-and-gravity\nhttps://www.facebook.com/merrimackofficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}