Information about plays

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

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

{
    "id": 511057,
    "uri": "https://api.kexp.org/v2/plays/511057/?format=api",
    "airdate": "2002-01-26T10:38:10-08:00",
    "show": 8803,
    "show_uri": "https://api.kexp.org/v2/shows/8803/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21F8GGMETCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21F8GGMETCL._SL75_.jpg",
    "song": "Congo Rock",
    "track_id": "0c91f2c7-448c-4097-90f2-505f44ccb7dd",
    "recording_id": null,
    "artist": "Sound Dimension",
    "artist_ids": [
        "e38e58a0-42e4-4ad0-9d9b-db760d10133c"
    ],
    "album": "Studio One Roots",
    "release_id": "2836046f-9250-49bc-b9c1-f275cea976dc",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2001-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}