Information about plays

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

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

{
    "id": 434673,
    "uri": "https://api.kexp.org/v2/plays/434673/?format=api",
    "airdate": "2001-06-14T15:56:15-07:00",
    "show": 7315,
    "show_uri": "https://api.kexp.org/v2/shows/7315/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J4%2B9qWy6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J4%2B9qWy6L._SL75_.jpg",
    "song": "The Big Bamboozle",
    "track_id": "4dcef058-febc-47ee-92d4-7eb38e8cd8c4",
    "recording_id": null,
    "artist": "Barry Adamson",
    "artist_ids": [
        "a50a1afa-23eb-4ba6-9faf-5dec260898ca"
    ],
    "album": "Oedipus Schmoedipus",
    "release_id": "992de57f-08e5-4eab-a360-25daefa622ce",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1996-07-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}