Information about plays

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

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

{
    "id": 2683149,
    "uri": "https://api.kexp.org/v2/plays/2683149/?format=api",
    "airdate": "2020-01-07T06:40:38-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/fff34c23-c5c3-49c8-9876-08b26ba67819/23273950508-250.jpg",
    "thumbnail_uri": "",
    "song": "I Said I Wouldn't Write This Song",
    "track_id": "1dacbfbf-56ac-4362-ade8-06974b69143d",
    "recording_id": null,
    "artist": "Black Belt Eagle Scout",
    "artist_ids": [
        "76a91880-2242-4c2a-8982-d56fb1ee686d"
    ],
    "album": "At the Party With My Brown Friends",
    "release_id": "fff34c23-c5c3-49c8-9876-08b26ba67819",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Belt Eagle Scout plays the Sgowbox on February 25th with Death Cab For Cutie... and is also playing other local shows you can still get tickets for.  Feb 26th in Bellingham and the 27th in Anacortes.  Find all the dates here:  https://www.blackbelteaglescout.com/  And check out the live in-studio from August here:  https://bit.ly/2Qxdipc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}