Information about plays

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

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

{
    "id": 519236,
    "uri": "https://api.kexp.org/v2/plays/519236/?format=api",
    "airdate": "2002-02-18T23:48:00-08:00",
    "show": 8961,
    "show_uri": "https://api.kexp.org/v2/shows/8961/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GV6D7KD4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GV6D7KD4L._SL75_.jpg",
    "song": "Dull, Brown and Gray",
    "track_id": "ccb759d4-b7b2-4a1c-a2d5-6ca975c2c897",
    "recording_id": null,
    "artist": "The Connells",
    "artist_ids": [
        "daeea3e4-d2de-4ef4-a5c0-a90bf227c705"
    ],
    "album": "Still Life",
    "release_id": "0bc55e19-f920-467c-87d0-524924767bdc",
    "release_group_id": null,
    "labels": [
        "TVT"
    ],
    "label_ids": [],
    "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"
}