Information about plays

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

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

{
    "id": 3544001,
    "uri": "https://api.kexp.org/v2/plays/3544001/?format=api",
    "airdate": "2025-08-24T00:09:02-07:00",
    "show": 64372,
    "show_uri": "https://api.kexp.org/v2/shows/64372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "March of the Fire Ants",
    "track_id": null,
    "recording_id": null,
    "artist": "Mastodon",
    "artist_ids": [
        "bc5e2ad6-0a4a-4d90-b911-e9a7e6861727"
    ],
    "album": "Remission",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2002-05-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "RIP Brent Hinds, former Mastodon guitarist who passed away on August 20th in a motorcycle accident.  1974-2025\n\nFor Christine in SF\n\nhttps://www.revolvermag.com/news/mastodon-co-founder-brent-hinds-dead-at-51/\nhttps://www.mastodonrocks.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}