Information about plays

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

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

{
    "id": 534652,
    "uri": "https://api.kexp.org/v2/plays/534652/?format=api",
    "airdate": "2002-04-04T18:10:52-08:00",
    "show": 9262,
    "show_uri": "https://api.kexp.org/v2/shows/9262/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GX0y7yKAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GX0y7yKAL._SL75_.jpg",
    "song": "Whoa Babe",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Wills & His Texas Playboys",
    "artist_ids": [
        "2dae7fe4-40a4-4089-b9da-c3f1a6b4490c"
    ],
    "album": "Take Me Back to Tulsa (disc 1: Get With It)",
    "release_id": "b91a5d0b-3c96-4fbe-96ab-5445974cd9d0",
    "release_group_id": null,
    "labels": [
        "Proper Records"
    ],
    "label_ids": [
        "b392f59c-7941-4574-be84-5a0b5bedf202"
    ],
    "release_date": "2001-11-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}