Information about plays

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

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

{
    "id": 418985,
    "uri": "https://api.kexp.org/v2/plays/418985/?format=api",
    "airdate": "2001-04-27T22:56:00-07:00",
    "show": 7000,
    "show_uri": "https://api.kexp.org/v2/shows/7000/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21YVED7NV2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21YVED7NV2L._SL75_.jpg",
    "song": "Wichita Lineman",
    "track_id": "2898318f-616a-4e9a-bb1a-4e339a55584a",
    "recording_id": null,
    "artist": "Freedy Johnston",
    "artist_ids": [
        "466b0935-98c2-44db-bf2b-f8033735b485"
    ],
    "album": "Unlucky",
    "release_id": "ff89ebe4-a072-4a70-9bf1-1e62783ca92f",
    "release_group_id": null,
    "labels": [
        "bar none"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}