Information about plays

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

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

{
    "id": 492215,
    "uri": "https://api.kexp.org/v2/plays/492215/?format=api",
    "airdate": "2001-12-01T09:27:00-08:00",
    "show": 8435,
    "show_uri": "https://api.kexp.org/v2/shows/8435/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BNC3Q0WDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BNC3Q0WDL._SL75_.jpg",
    "song": "Roots and Culture",
    "track_id": "1b36b52d-06b7-43a8-9a68-ac90f2974058",
    "recording_id": null,
    "artist": "Shabba Ranks",
    "artist_ids": [
        "c0336f2a-610f-4b38-bc13-eb07393425a7"
    ],
    "album": "Dancehall Stylee: The Best of Reggae Dancehall Music, Volume 2",
    "release_id": "fd24e8af-fda6-4f3f-a847-78fc329a8e99",
    "release_group_id": null,
    "labels": [
        "Digital Bobby"
    ],
    "label_ids": [],
    "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"
}