Information about plays

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

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

{
    "id": 428736,
    "uri": "https://api.kexp.org/v2/plays/428736/?format=api",
    "airdate": "2001-05-27T20:28:14-07:00",
    "show": 7204,
    "show_uri": "https://api.kexp.org/v2/shows/7204/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41hC85x5-IL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41hC85x5-IL._SL75_.jpg",
    "song": "",
    "track_id": null,
    "recording_id": null,
    "artist": "Vladislav Delay",
    "artist_ids": [
        "039cafb3-4f3d-44a9-b956-7705323f025b"
    ],
    "album": "Anima",
    "release_id": "bd48ced5-49ae-4bf9-9cab-f5e0d7bea395",
    "release_group_id": null,
    "labels": [
        "Mille Plateaux"
    ],
    "label_ids": [
        "559345c8-ba39-405b-8466-76d64ac1b226"
    ],
    "release_date": "2001-01-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}