Information about plays

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

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

{
    "id": 379445,
    "uri": "https://api.kexp.org/v2/plays/379445/?format=api",
    "airdate": "2019-09-11T06:30:00-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://coverartarchive.org/release/398f5939-cd4d-4099-87a6-3e68a4760072/21302893881-250.jpg",
    "thumbnail_uri": "",
    "song": "Rise",
    "track_id": "92bcc2ff-9e8e-3aa2-92fc-1b91457387bc",
    "recording_id": null,
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Lost Souls",
    "release_id": "398f5939-cd4d-4099-87a6-3e68a4760072",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2000-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album from the Manchester trio made up of vocalist/bassist Jimi Goodwin, along with twin brothers guitarist Jez Williams, and drummer Andy Williams. Here's the video: https://www.youtube.com/watch?v=hh1bvygJCn0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}