Information about plays

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

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

{
    "id": 1316868,
    "uri": "https://api.kexp.org/v2/plays/1316868/?format=api",
    "airdate": "2007-12-21T12:57:52-08:00",
    "show": 23026,
    "show_uri": "https://api.kexp.org/v2/shows/23026/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31EfD4phfPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31EfD4phfPL._SL75_.jpg",
    "song": "Fighter Pilot",
    "track_id": "2294ea91-5161-415f-b849-b39511ce6c9e",
    "recording_id": null,
    "artist": "Ass Ponys",
    "artist_ids": [
        "784985ba-f29f-46b9-a49c-80984753019e"
    ],
    "album": "Some Stupid with a Flare Gun",
    "release_id": "8a532599-5bbf-481a-9467-dde9cd8e4f03",
    "release_group_id": null,
    "labels": [
        "Checkered Past Records"
    ],
    "label_ids": [
        "1b1e6408-12ab-420f-9a51-83927561c799"
    ],
    "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"
}