Information about plays

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

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

{
    "id": 1274399,
    "uri": "https://api.kexp.org/v2/plays/1274399/?format=api",
    "airdate": "2007-09-02T15:16:00-07:00",
    "show": 22308,
    "show_uri": "https://api.kexp.org/v2/shows/22308/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51h1Cg5UHlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51h1Cg5UHlL._SL75_.jpg",
    "song": "Sheena Is a Punk Rocker",
    "track_id": "7320217f-5234-4981-a9ac-01044cbe93bf",
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs  ",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "War Child - Heroes: The Ultimate Covers Album",
    "release_id": "15d50231-8d59-4c67-88e3-7a94ee705c8b",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2009-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}