Information about plays

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

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

{
    "id": 351539,
    "uri": "https://api.kexp.org/v2/plays/351539/?format=api",
    "airdate": "2019-07-08T03:21:17-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "http://coverartarchive.org/release/f2b0e0b1-ae55-461d-aa8e-db893f3047f1/20576668677-250.jpg",
    "thumbnail_uri": "",
    "song": "Friction",
    "track_id": "a8f86749-ed95-4a8b-ac02-5dd98b5e599d",
    "recording_id": null,
    "artist": "shame",
    "artist_ids": [
        "3294b9ce-0bef-4080-8ae8-95bad1abd71c"
    ],
    "album": "Songs of Praise",
    "release_id": "f2b0e0b1-ae55-461d-aa8e-db893f3047f1",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-01-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}