Information about plays

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

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

{
    "id": 3429410,
    "uri": "https://api.kexp.org/v2/plays/3429410/?format=api",
    "airdate": "2024-11-24T07:55:15-08:00",
    "show": 61933,
    "show_uri": "https://api.kexp.org/v2/shows/61933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mono No Aware",
    "track_id": null,
    "recording_id": null,
    "artist": "Mark Barrott",
    "artist_ids": [],
    "album": "Everything Changes, Nothing Ends",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Reflections"
    ],
    "label_ids": [],
    "release_date": "2024-11-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third early single to be shared off the forthcoming album from legendary chill-out musician Mark Barrott that's a \"profound and deeply personal exploration of life, love, and loss\" ~ https://anjunadeepreflections.bandcamp.com/album/everything-changes-nothing-ends",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}