Information about plays

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

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

{
    "id": 3412518,
    "uri": "https://api.kexp.org/v2/plays/3412518/?format=api",
    "airdate": "2024-10-14T11:42:58-07:00",
    "show": 61575,
    "show_uri": "https://api.kexp.org/v2/shows/61575/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sčičudᶻ (A Narrow Place)",
    "track_id": null,
    "recording_id": "258516fd-9eb4-46fc-8e07-4e18f2546ff6",
    "artist": "Black Belt Eagle Scout",
    "artist_ids": [
        "76a91880-2242-4c2a-8982-d56fb1ee686d"
    ],
    "album": "The Land, the Water, the Sky",
    "release_id": null,
    "release_group_id": "2c95b991-6a13-4a01-8013-b62e132da4fc",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swinomish, Colville and Inupiaq singer/songwriter Katherine Paul releases music under the moniker Black Belt Eagle Scout.\n\nhttps://www.blackbelteaglescout.com/\nhttps://blackbelteaglescout.bandcamp.com/album/the-land-the-water-the-sky\n\nCheck out their performance Live on KEXP back in June 2023: https://youtu.be/czY_2wmxmmY?si=AwiDXhJFF1SedJ_B",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}