Information about plays

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

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

{
    "id": 450719,
    "uri": "https://api.kexp.org/v2/plays/450719/?format=api",
    "airdate": "2001-07-31T13:28:14-07:00",
    "show": 7622,
    "show_uri": "https://api.kexp.org/v2/shows/7622/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31TEB4KD0XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31TEB4KD0XL._SL75_.jpg",
    "song": "Fine-Ass Chemise",
    "track_id": "e8f39443-af73-42a8-8c92-8e4a4c54ee9b",
    "recording_id": null,
    "artist": "Royal Fingerbowl",
    "artist_ids": [
        "12a407a0-8253-4c1f-bfa6-6d102bd11a9a"
    ],
    "album": "Greyhound Afternoons",
    "release_id": "ae3a4cd5-b4ca-4a68-976c-80a3a683751c",
    "release_group_id": null,
    "labels": [
        "TVT"
    ],
    "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"
}