Information about plays

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

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

{
    "id": 516076,
    "uri": "https://api.kexp.org/v2/plays/516076/?format=api",
    "airdate": "2002-02-09T16:48:00-08:00",
    "show": 8898,
    "show_uri": "https://api.kexp.org/v2/shows/8898/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UdCeVF3WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UdCeVF3WL._SL75_.jpg",
    "song": "Dance to the Music",
    "track_id": null,
    "recording_id": null,
    "artist": "Sly & The Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Greatest Hits",
    "release_id": "f9cb209d-f4dc-4e98-8bed-670502a7f55e",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "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"
}