Information about plays

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

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

{
    "id": 1296176,
    "uri": "https://api.kexp.org/v2/plays/1296176/?format=api",
    "airdate": "2007-10-28T17:51:57-07:00",
    "show": 22676,
    "show_uri": "https://api.kexp.org/v2/shows/22676/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41B07os7YiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41B07os7YiL._SL75_.jpg",
    "song": "Submarine ",
    "track_id": null,
    "recording_id": null,
    "artist": "Starlight Mints",
    "artist_ids": [
        "a71ff439-53af-4160-ac7c-1ac072fe3d65"
    ],
    "album": "The Dream That Stuff Was Made Of",
    "release_id": "509a623d-841d-4abf-9e6f-b337d08cfc39",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}