Information about plays

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

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

{
    "id": 3415027,
    "uri": "https://api.kexp.org/v2/plays/3415027/?format=api",
    "airdate": "2024-10-20T09:03:37-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fault Line",
    "track_id": null,
    "recording_id": null,
    "artist": "Desiree Cannon",
    "artist_ids": [],
    "album": "Radio Heat",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Gar Hole Records"
    ],
    "label_ids": [
        "7086c5e7-8c50-4654-9236-57338b05e437"
    ],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Oakland, CA musician describes the concept of radio heat as, “collective electrical energy that is perpetually transferring human emotions through space and time, and our ability to transform that energy through acts of beauty, intention, and art.”\n\nhttps://desireecannonmusic.bandcamp.com/album/radio-heat-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}