Information about plays

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

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

{
    "id": 3412580,
    "uri": "https://api.kexp.org/v2/plays/3412580/?format=api",
    "airdate": "2024-10-14T15:50:27-07:00",
    "show": 61576,
    "show_uri": "https://api.kexp.org/v2/shows/61576/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two-spirit reflections",
    "track_id": null,
    "recording_id": null,
    "artist": "T H R O N E & Protagonist",
    "artist_ids": [],
    "album": "Singing Bear Speaks",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hidden Renaissance"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "T H R O N E (Mvskoke) are a hip hop rap duo made up of YVHIKV (pronounced Yeh-Hey-Guh) and Hayatheus. \n\nThe Muscogee, also known as the Mvskoke, Muscogee Creek or just Creek, and the Muscogee Creek Confederacy, are a group of related Indigenous peoples of the Southeastern Woodlands in the United States. Their historical homelands are in what now comprises southern Tennessee, much of Alabama, western Georgia and parts of northern Florida.\n\nhttps://www.youtube.com/@THRONEx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}