Information about plays

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

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

{
    "id": 1362129,
    "uri": "https://api.kexp.org/v2/plays/1362129/?format=api",
    "airdate": "2008-04-14T17:56:04-07:00",
    "show": 23786,
    "show_uri": "https://api.kexp.org/v2/shows/23786/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NiYqz6WIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NiYqz6WIL._SL75_.jpg",
    "song": "Labrinthine",
    "track_id": null,
    "recording_id": null,
    "artist": "Testbild!",
    "artist_ids": [
        "6a6cbd61-f18e-4d6b-b96f-161ab5d36c9e"
    ],
    "album": "Une teinte intense",
    "release_id": "8ee82e12-33b9-4f69-821c-3231b3dcece0",
    "release_group_id": null,
    "labels": [
        "XL ( Import )"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}