Information about plays

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

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

{
    "id": 3564264,
    "uri": "https://api.kexp.org/v2/plays/3564264/?format=api",
    "airdate": "2025-10-12T16:19:56-07:00",
    "show": 64817,
    "show_uri": "https://api.kexp.org/v2/shows/64817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mau Moko",
    "track_id": null,
    "recording_id": "462384ef-61eb-4bec-bfc5-2001204dbd9b",
    "artist": "Alien Weaponry",
    "artist_ids": [
        "d3112057-2475-4eb7-8853-503204761d15"
    ],
    "album": "Te Rā",
    "release_id": null,
    "release_group_id": "d9552562-c743-4dde-b80a-6b1b8237048c",
    "labels": [
        "Napalm Records"
    ],
    "label_ids": [
        "ad2d554f-817a-4278-9813-1b575fe3d159"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ALIEN WEAPONRY is a three piece metal band whose style has been influenced by old school thrash and hardcore\n\nMembers are:\nLewis de Jong - Guitar/Vocals\nHenry de Jong - Drums\nTūranga Morgan-Edmonds - Bass\n\nAW was formed in 2010 by brothers Henry and Lewis de Jong, who have been listening to bands like Metallica, Anthrax and Pantera since birth.\n\nhttps://alienweaponry.bandcamp.com/album/te-r",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}