Information about plays

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

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

{
    "id": 356544,
    "uri": "https://api.kexp.org/v2/plays/356544/?format=api",
    "airdate": "2019-07-19T17:14:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shut Up Kiss Me",
    "track_id": "72cf9c5e-0f8e-478b-a9df-7f81de3b608f",
    "recording_id": null,
    "artist": "Angel Olsen",
    "artist_ids": [
        "185527bf-c293-4c24-8213-ed98fb8976be"
    ],
    "album": "My Woman",
    "release_id": "ffed0af5-c43a-46d9-89b5-8fe5f6485873",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [],
    "release_date": "2016-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My Woman was recorded at Vox Studios in Los Angeles with producer Justin Raisen.  The album was structured as sides of a vinyl record: \"On one side, it’s as if you were having an upbeat day and wanted to try something a little hectic. But then, if you feel like things were slowing down and you wanted to be more reflective, then you listen to Side B.\"  With regard to the album's themes, Olsen said that My Woman addresses \"the complicated mess of being a woman.\"  https://bit.ly/2xZTS2h",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}