Information about plays

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

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

{
    "id": 378391,
    "uri": "https://api.kexp.org/v2/plays/378391/?format=api",
    "airdate": "2019-09-08T15:06:34-07:00",
    "show": 6299,
    "show_uri": "https://api.kexp.org/v2/shows/6299/?format=api",
    "image_uri": "http://coverartarchive.org/release/3d08ec09-d852-43ce-ab7d-2a14d44d6ad9/4528115695-250.jpg",
    "thumbnail_uri": "",
    "song": "Jeremy's Storm",
    "track_id": "09e7e138-dc3a-30a7-9a92-f446cdfec2ed",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Innerspeaker",
    "release_id": "3d08ec09-d852-43ce-ab7d-2a14d44d6ad9",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2010-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is \"about\" a thunderstorm that happened near Kevin Parkers house according to an interview.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}