Information about plays

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

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

{
    "id": 1382771,
    "uri": "https://api.kexp.org/v2/plays/1382771/?format=api",
    "airdate": "2008-06-07T11:09:00-07:00",
    "show": 24140,
    "show_uri": "https://api.kexp.org/v2/shows/24140/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21EPFYBT6NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21EPFYBT6NL._SL75_.jpg",
    "song": "Marcus Senior",
    "track_id": "a9e7a584-7f1b-4f54-9829-d87460e63dcd",
    "recording_id": null,
    "artist": "Burning Spear",
    "artist_ids": [
        "16dad944-c492-43dd-88ed-e0b7ac520c40"
    ],
    "album": "Social Living",
    "release_id": "ce888a86-becf-4b84-bb65-9419319ecdda",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}