Information about plays

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

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

{
    "id": 3415026,
    "uri": "https://api.kexp.org/v2/plays/3415026/?format=api",
    "airdate": "2024-10-20T09:00:41-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Gone",
    "track_id": null,
    "recording_id": null,
    "artist": "Kiki Cavazos",
    "artist_ids": [
        "d115a891-f459-48df-ad44-4d6d668b3588"
    ],
    "album": "Early Mountain Song",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self Released"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cavazos was traveling through Asheville, NC and stopped by her friend Gil Landry’s where he asked if he could record her songs with his makeshift equipment. He said of the production that it’s a field recording of sorts.\n\nhttps://kikicavazos.bandcamp.com/album/early-mountain-songs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}