Information about plays

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

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

{
    "id": 1351428,
    "uri": "https://api.kexp.org/v2/plays/1351428/?format=api",
    "airdate": "2008-03-18T21:30:43-07:00",
    "show": 23609,
    "show_uri": "https://api.kexp.org/v2/shows/23609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XpfnbPusL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XpfnbPusL._SL75_.jpg",
    "song": "Little Bird",
    "track_id": "e354c8af-ead0-4c49-8673-580d333208f4",
    "recording_id": null,
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Seventh Tree",
    "release_id": "e6c9d405-5d07-4ed7-b0ad-01e8e0927c80",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2008-02-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}