Information about plays

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

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

{
    "id": 416143,
    "uri": "https://api.kexp.org/v2/plays/416143/?format=api",
    "airdate": "2001-04-18T18:58:00-07:00",
    "show": 6944,
    "show_uri": "https://api.kexp.org/v2/shows/6944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y7gcc3JZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y7gcc3JZL._SL75_.jpg",
    "song": "She's Got You",
    "track_id": "f2b67357-ee1f-41e9-9c2a-7a82c9dbf8f8",
    "recording_id": null,
    "artist": "Patsy Cline",
    "artist_ids": [
        "ad82dd72-0df3-4a09-8d7a-1af9c9e80522"
    ],
    "album": "Sentimentally Yours",
    "release_id": "5a5e7290-e3af-425a-a696-0de3fd10d587",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1962-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}