Information about plays

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

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

{
    "id": 380470,
    "uri": "https://api.kexp.org/v2/plays/380470/?format=api",
    "airdate": "2019-09-13T17:11:35-07:00",
    "show": 6331,
    "show_uri": "https://api.kexp.org/v2/shows/6331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Bull",
    "track_id": "ceb6899e-a67c-40cc-bded-29b7e3390894",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Everything Not Saved Will Be Lost - Part 2",
    "release_id": "0f358547-5009-4843-a253-717bbd04dde9",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of ENSWBL Part II, Foals frontman Yannis Philippakis notes, \"Part two is a heavier listen, the guitars are more emphasized and there’s some big riffs on it. It’s a rock record and it definitely carries on the narrative from part one. Part one ended with a lot of fire and destructive imagery, part two is trying to respond to that: how you can continue in the wreckage and through the scorched earth?\"  https://bit.ly/32VtZ1S",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}