Information about plays

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

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

{
    "id": 454475,
    "uri": "https://api.kexp.org/v2/plays/454475/?format=api",
    "airdate": "2001-08-11T09:00:00-07:00",
    "show": 7691,
    "show_uri": "https://api.kexp.org/v2/shows/7691/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J1S1A0JTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J1S1A0JTL._SL75_.jpg",
    "song": "Verdict In Dub",
    "track_id": "88597dc7-9c06-4463-bf0c-e3bc4d2a3725",
    "recording_id": null,
    "artist": "Impact All Stars",
    "artist_ids": [
        "7bbc78aa-246d-4047-a04a-453f655275f4"
    ],
    "album": "Forward The Bass: Dub from Randy's 1972-1975",
    "release_id": "4af66b18-3f17-4c08-8387-b52e3079e7f2",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}