Information about plays

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

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

{
    "id": 428264,
    "uri": "https://api.kexp.org/v2/plays/428264/?format=api",
    "airdate": "2001-05-26T09:03:31-07:00",
    "show": 7193,
    "show_uri": "https://api.kexp.org/v2/shows/7193/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EZEETGRTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EZEETGRTL._SL75_.jpg",
    "song": "Bring the Mackaback",
    "track_id": "52769956-26ed-460d-8b26-65c2523d31fe",
    "recording_id": null,
    "artist": "The Congos",
    "artist_ids": [
        "6a810a7e-0163-41c5-b198-2edcbb4a33bb"
    ],
    "album": "Heart of the Congos (disc 2)",
    "release_id": "9b0b77c9-787b-4f24-a050-95cbb6544c8a",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}