Information about plays

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

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

{
    "id": 480660,
    "uri": "https://api.kexp.org/v2/plays/480660/?format=api",
    "airdate": "2001-10-27T02:54:00-07:00",
    "show": 8202,
    "show_uri": "https://api.kexp.org/v2/shows/8202/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ntsD6G7CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ntsD6G7CL._SL75_.jpg",
    "song": "Get on Up",
    "track_id": "003bb203-f6dd-4968-b91f-2732fc470c56",
    "recording_id": null,
    "artist": "Arabian Prince",
    "artist_ids": [
        "40cf4a0a-e38c-4dbd-b2ed-1948e7bfb16e"
    ],
    "album": "Brother Arab",
    "release_id": "a0e59843-c7eb-4862-a86b-e5a013bbc716",
    "release_group_id": null,
    "labels": [
        "Orpheus Records"
    ],
    "label_ids": [
        "b62d0e83-cd77-45ef-9cc5-b016b1840d5c"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}