Information about plays

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

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

{
    "id": 478791,
    "uri": "https://api.kexp.org/v2/plays/478791/?format=api",
    "airdate": "2001-10-21T19:03:20-07:00",
    "show": 8169,
    "show_uri": "https://api.kexp.org/v2/shows/8169/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/610-gMCZ4QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/610-gMCZ4QL._SL75_.jpg",
    "song": "Renegades of Funk (instrumental)",
    "track_id": "27d9a907-0d2f-4389-afe0-451cd00d7d4e",
    "recording_id": null,
    "artist": "Afrika Bambaataa & Soulsonic Force",
    "artist_ids": [
        "3c92c119-b8fb-414c-bb09-9bfbfc189432"
    ],
    "album": "Renegades of Funk",
    "release_id": "86499db6-8687-43bf-b766-802c173898bf",
    "release_group_id": null,
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}