Information about plays

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

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

{
    "id": 345176,
    "uri": "https://api.kexp.org/v2/plays/345176/?format=api",
    "airdate": "2019-06-23T13:38:14-07:00",
    "show": 5755,
    "show_uri": "https://api.kexp.org/v2/shows/5755/?format=api",
    "image_uri": "http://coverartarchive.org/release/4edf86bf-1bce-452b-95a9-73b3d9f2a4ce/23006591362-250.jpg",
    "thumbnail_uri": "",
    "song": "In Degrees",
    "track_id": "094791bf-2656-4301-ac85-3fe4d2dc3d43",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Everything Not Saved Will Be Lost Part 1",
    "release_id": "4edf86bf-1bce-452b-95a9-73b3d9f2a4ce",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2019-03-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the first of two releases out in 2019. Part two comes out in the fall. http://foals.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}