Information about plays

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

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

{
    "id": 1196051,
    "uri": "https://api.kexp.org/v2/plays/1196051/?format=api",
    "airdate": "2007-02-12T16:30:56-08:00",
    "show": 20967,
    "show_uri": "https://api.kexp.org/v2/shows/20967/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5118O9bUWCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5118O9bUWCL._SL75_.jpg",
    "song": "Fisherman's Blues",
    "track_id": "94da16ba-33e3-4af1-b7b3-6a21321bc964",
    "recording_id": null,
    "artist": "The Waterboys",
    "artist_ids": [
        "21666405-49f8-44f6-94bb-e064f202f7ba"
    ],
    "album": "The Best of The Waterboys: '81 - '90",
    "release_id": "cb3dabc5-e3ea-4728-986c-2b50b5a63267",
    "release_group_id": null,
    "labels": [
        "Phantom Sound & Vision"
    ],
    "label_ids": [
        "010b9ef7-505f-4179-816e-48961f76de08"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}