Information about plays

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

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

{
    "id": 417769,
    "uri": "https://api.kexp.org/v2/plays/417769/?format=api",
    "airdate": "2001-04-24T13:44:00-07:00",
    "show": 6977,
    "show_uri": "https://api.kexp.org/v2/shows/6977/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FVG0S0Q6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FVG0S0Q6L._SL75_.jpg",
    "song": "Murder for the Money",
    "track_id": "ba2b4a40-48aa-4f91-ba5c-09b9b9bbd72b",
    "recording_id": null,
    "artist": "Morphine",
    "artist_ids": [
        "42689657-cbec-4f66-a9ed-80f939ea23ed"
    ],
    "album": "Like Swimming",
    "release_id": "f6432da4-850d-41a9-a73a-c6ca3756a031",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}