Information about plays

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

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

{
    "id": 1375960,
    "uri": "https://api.kexp.org/v2/plays/1375960/?format=api",
    "airdate": "2008-05-19T09:13:48-07:00",
    "show": 24017,
    "show_uri": "https://api.kexp.org/v2/shows/24017/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BOTxoVvVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BOTxoVvVL._SL75_.jpg",
    "song": "Open Book",
    "track_id": "d3347d33-efb4-4416-b5d9-0f9c62e5758d",
    "recording_id": null,
    "artist": "Gnarls Barkley",
    "artist_ids": [
        "a47c3aa2-7d87-475c-a2c7-1e2047dafb09"
    ],
    "album": "The Odd Couple",
    "release_id": "f1f270f1-7c05-485c-a4bc-e175b1cee92a",
    "release_group_id": null,
    "labels": [
        "Downtown/Atlantic"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}