Information about plays

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

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

{
    "id": 418171,
    "uri": "https://api.kexp.org/v2/plays/418171/?format=api",
    "airdate": "2001-04-25T16:45:00-07:00",
    "show": 6986,
    "show_uri": "https://api.kexp.org/v2/shows/6986/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VR5A34OQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VR5A34OQL._SL75_.jpg",
    "song": "Step Me Down",
    "track_id": "844fb305-ed14-4aff-b9b1-a1c601b98adb",
    "recording_id": null,
    "artist": "King Changó",
    "artist_ids": [
        "c4e7d839-abd4-4936-a192-f3bc3097ff33"
    ],
    "album": "The Return of El Santo",
    "release_id": "0201ec62-7640-445f-b7a8-cf2fa487f0ba",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2000-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}