Information about plays

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

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

{
    "id": 355767,
    "uri": "https://api.kexp.org/v2/plays/355767/?format=api",
    "airdate": "2019-07-17T23:27:00-07:00",
    "show": 5928,
    "show_uri": "https://api.kexp.org/v2/shows/5928/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Know There's Gonna Be (Good Times)",
    "track_id": "0c26182b-02a9-4763-8978-ef97d210435d",
    "recording_id": null,
    "artist": "Jamie xx",
    "artist_ids": [],
    "album": "In Colour",
    "release_id": "fe921ba8-c12a-4077-9ce8-adfc3b0c50f9",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [],
    "release_date": "2015-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Features a sample of The Persuasions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}