Information about plays

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

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

{
    "id": 344159,
    "uri": "https://api.kexp.org/v2/plays/344159/?format=api",
    "airdate": "2019-06-20T22:57:50-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/fe94da4f-4f27-4730-ac4d-a08d1e58bd67/22805153945-250.jpg",
    "thumbnail_uri": "",
    "song": "Coffee Rumba",
    "track_id": "a8b205de-44eb-4988-8336-f54f90868e46",
    "recording_id": null,
    "artist": "小林泉美",
    "artist_ids": [
        "6b60a6d5-dc9b-4fd8-8ff7-aa8bfe527131"
    ],
    "album": "Pacific Breeze: Japanese City Pop, AOR & Boogie 1976-1986",
    "release_id": "fe94da4f-4f27-4730-ac4d-a08d1e58bd67",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "小林泉美 Izumi Kobayashi.\n\nPacific Breeze: Japanese City Pop, AOR and Boogie 1976–1986 is a 2019 compilation album. The album was released by Light in the Attic Records on May 3, 2019, as the third part of their Japan Archival Series.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}