Information about plays

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

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

{
    "id": 349252,
    "uri": "https://api.kexp.org/v2/plays/349252/?format=api",
    "airdate": "2019-07-02T21:55:47-07:00",
    "show": 5820,
    "show_uri": "https://api.kexp.org/v2/shows/5820/?format=api",
    "image_uri": "http://coverartarchive.org/release/25196cfe-3bb9-47ea-a70e-cf227c6cf17f/7456001748-250.jpg",
    "thumbnail_uri": "",
    "song": "Gooey",
    "track_id": "b65444b7-6a63-48e5-96cc-2292a4db1ba5",
    "recording_id": null,
    "artist": "Glass Animals",
    "artist_ids": [
        "20395131-fbde-43ce-b141-b700cfdae99c"
    ],
    "album": "Zaba",
    "release_id": "25196cfe-3bb9-47ea-a70e-cf227c6cf17f",
    "release_group_id": null,
    "labels": [
        "Harvest Records"
    ],
    "label_ids": [
        "290923fc-df46-4528-911a-8bfd9b671980"
    ],
    "release_date": "2014-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}