Information about plays

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

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

{
    "id": 420616,
    "uri": "https://api.kexp.org/v2/plays/420616/?format=api",
    "airdate": "2001-05-02T23:23:04-07:00",
    "show": 7038,
    "show_uri": "https://api.kexp.org/v2/shows/7038/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qwYMLsYuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qwYMLsYuL._SL75_.jpg",
    "song": "Play On (feat. Corrina Joseph)",
    "track_id": "bd334e82-a4b0-40c4-876f-1de26c1f8a5b",
    "recording_id": null,
    "artist": "Nightmares on Wax",
    "artist_ids": [
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "DJ-Kicks: Nightmares on Wax",
    "release_id": "fe746ce7-8ba0-490d-8811-9c028d1fe61e",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2000-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}