Information about plays

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

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

{
    "id": 1416303,
    "uri": "https://api.kexp.org/v2/plays/1416303/?format=api",
    "airdate": "2008-08-30T20:50:47-07:00",
    "show": 24701,
    "show_uri": "https://api.kexp.org/v2/shows/24701/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pgG1tmwfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pgG1tmwfL._SL75_.jpg",
    "song": "Great White Bull",
    "track_id": null,
    "recording_id": null,
    "artist": "Akimbo",
    "artist_ids": [
        "147a1f61-e4c6-48c9-8b78-c0a53dad3fd9"
    ],
    "album": "Jersey Shores",
    "release_id": "0fa9d8fb-81a5-433a-89f1-db95a23b896b",
    "release_group_id": null,
    "labels": [
        "Neurot Recordings"
    ],
    "label_ids": [
        "90f4b73e-9367-4020-86c3-34ea4bb83014"
    ],
    "release_date": "2008-09-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}