Information about plays

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

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

{
    "id": 373249,
    "uri": "https://api.kexp.org/v2/plays/373249/?format=api",
    "airdate": "2019-08-27T23:20:50-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/d8aba0a7-da1c-43e6-bc5e-c2c1759aedfb/11046751144-250.jpg",
    "thumbnail_uri": "",
    "song": "Honey",
    "track_id": "4fb281b4-f3ba-4649-81be-de3ce1a86cec",
    "recording_id": null,
    "artist": "Kid Wave",
    "artist_ids": [
        "244498bc-5b03-4725-bc10-cfc3112207ff"
    ],
    "album": "Wonderlust",
    "release_id": "d8aba0a7-da1c-43e6-bc5e-c2c1759aedfb",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2015-05-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kid Wave started out in 2011 as a recording and writing project for Lea Emmery when she moved to London from the East coast of Sweden. She was joined in 2013 by Serra Patale, originally from Perth in Australia, Londoner Harry Deacon and Mattias Batt, who hails from the same town in Sweden as Lea.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}