Information about plays

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

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

{
    "id": 1197171,
    "uri": "https://api.kexp.org/v2/plays/1197171/?format=api",
    "airdate": "2007-02-15T12:02:43-08:00",
    "show": 20984,
    "show_uri": "https://api.kexp.org/v2/shows/20984/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DC99ZF5AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DC99ZF5AL._SL75_.jpg",
    "song": "Paralyzed",
    "track_id": "81d0a275-2fe4-42a2-994f-487ffcaa95f0",
    "recording_id": null,
    "artist": "Mando Diao",
    "artist_ids": [
        "ea854cc1-13fc-4fd0-86a5-d2c7dba06764"
    ],
    "album": "Bring 'em In",
    "release_id": "7ed1b75f-a452-4358-a8b1-84379f92754c",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}