Information about plays

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

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

{
    "id": 531799,
    "uri": "https://api.kexp.org/v2/plays/531799/?format=api",
    "airdate": "2002-03-27T16:26:00-08:00",
    "show": 9207,
    "show_uri": "https://api.kexp.org/v2/shows/9207/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51H9ieoPidL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51H9ieoPidL._SL75_.jpg",
    "song": "Hard Time Killing Floor",
    "track_id": "e750a4d6-04b7-4f4e-86ff-09d163c32008",
    "recording_id": null,
    "artist": "R.L. Burnside",
    "artist_ids": [
        "355eed00-6c40-4d33-940a-600b2597407a"
    ],
    "album": "Wish I Was in Heaven Sitting Down",
    "release_id": "144a69b1-6f03-4854-bd60-bc100160e3a8",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2000-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}