Information about plays

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

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

{
    "id": 377718,
    "uri": "https://api.kexp.org/v2/plays/377718/?format=api",
    "airdate": "2019-09-06T23:12:47-07:00",
    "show": 6283,
    "show_uri": "https://api.kexp.org/v2/shows/6283/?format=api",
    "image_uri": "http://coverartarchive.org/release/9d48aa63-c36e-45d3-80d1-9026301bae1c/21486672800-250.jpg",
    "thumbnail_uri": "",
    "song": "Girl Blunt",
    "track_id": "e587dbe4-9a4e-4f91-8c0a-c20231d5bd63",
    "recording_id": null,
    "artist": "Leikeli47",
    "artist_ids": [
        "da8a2bf4-8298-4da4-b5ff-ad5adb856037"
    ],
    "album": "Acrylic",
    "release_id": "9d48aa63-c36e-45d3-80d1-9026301bae1c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}