Information about plays

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

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

{
    "id": 426381,
    "uri": "https://api.kexp.org/v2/plays/426381/?format=api",
    "airdate": "2001-05-21T00:10:00-07:00",
    "show": 7160,
    "show_uri": "https://api.kexp.org/v2/shows/7160/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517p3wr9ApL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517p3wr9ApL._SL75_.jpg",
    "song": "Roock N Roll",
    "track_id": null,
    "recording_id": null,
    "artist": "Mos Def",
    "artist_ids": [
        "9f4551c6-1324-4ac5-b3fe-a5c5cfacd54d"
    ],
    "album": "Black on Both Sides",
    "release_id": "5ea268a0-f733-4058-b930-9eb5738a2237",
    "release_group_id": null,
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "2000-01-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}