Information about plays

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

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

{
    "id": 533341,
    "uri": "https://api.kexp.org/v2/plays/533341/?format=api",
    "airdate": "2002-03-31T23:22:49-08:00",
    "show": 9239,
    "show_uri": "https://api.kexp.org/v2/shows/9239/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JoShL0m4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JoShL0m4L._SL75_.jpg",
    "song": "Deluge",
    "track_id": "061f36d8-3ffa-4594-8ace-2f8590bfb5d5",
    "recording_id": null,
    "artist": "Dave Douglas",
    "artist_ids": [
        "c423b65c-2302-45dd-a3a4-ae10e519196a"
    ],
    "album": "The Infinite",
    "release_id": "81c6e1e6-957f-4d04-9d66-599e57b94a66",
    "release_group_id": null,
    "labels": [
        "Bluebird"
    ],
    "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"
}