Information about plays

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

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

{
    "id": 433654,
    "uri": "https://api.kexp.org/v2/plays/433654/?format=api",
    "airdate": "2001-06-11T18:16:21-07:00",
    "show": 7298,
    "show_uri": "https://api.kexp.org/v2/shows/7298/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51D8gmZiAoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51D8gmZiAoL._SL75_.jpg",
    "song": "Yankaw",
    "track_id": "4f9af8a5-63f0-4f7e-9250-4fce5c05a0c5",
    "recording_id": null,
    "artist": "Nahawa Doumbia",
    "artist_ids": [
        "1d0f0e40-c454-4e3d-92e0-09579fabba1f"
    ],
    "album": "Yankaw",
    "release_id": "580fab3a-7225-4e0d-ab08-23bbe12059bb",
    "release_group_id": null,
    "labels": [
        "Cobalt"
    ],
    "label_ids": [
        "7558d416-9938-4461-ad13-ac2c73f1d944"
    ],
    "release_date": "1998-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}