Information about plays

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

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

{
    "id": 1411035,
    "uri": "https://api.kexp.org/v2/plays/1411035/?format=api",
    "airdate": "2008-08-17T20:01:00-07:00",
    "show": 24616,
    "show_uri": "https://api.kexp.org/v2/shows/24616/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51z40JTt3HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51z40JTt3HL._SL75_.jpg",
    "song": "Crazy World",
    "track_id": "481362cf-366a-4776-86c1-e7d0afd56fde",
    "recording_id": null,
    "artist": "Young Jeezy",
    "artist_ids": [
        "dcad99e7-3c3e-4c78-bf8a-68203e17da48"
    ],
    "album": "The Recession",
    "release_id": "da9ad62b-24e5-4e10-abce-875b4fc9cf85",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2008-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}