Information about plays

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

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

{
    "id": 3424904,
    "uri": "https://api.kexp.org/v2/plays/3424904/?format=api",
    "airdate": "2024-11-13T08:15:06-08:00",
    "show": 61832,
    "show_uri": "https://api.kexp.org/v2/shows/61832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Street Names and Land Claims",
    "track_id": null,
    "recording_id": null,
    "artist": "OMBIIGIZI",
    "artist_ids": [
        "e77e7679-2553-4095-be27-d2110ef0b63d"
    ],
    "album": "Shame",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OMBIIGIZI is duo of Zoon (Daniel Monkman) and Status/Non-Status (Adam Sturgeon). They are meshing their Anishnaabe heritage with music to explore their culture's history.\nhttps://ombiigizi.bandcamp.com/album/shame",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}