Information about plays

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

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

{
    "id": 1381013,
    "uri": "https://api.kexp.org/v2/plays/1381013/?format=api",
    "airdate": "2008-06-01T21:12:00-07:00",
    "show": 24106,
    "show_uri": "https://api.kexp.org/v2/shows/24106/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KbBP3OaoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KbBP3OaoL._SL75_.jpg",
    "song": "Love Mi Ses",
    "track_id": "ff93366c-8727-4127-a550-21f4fffd06f5",
    "recording_id": null,
    "artist": "Top Cat",
    "artist_ids": [
        "de7a3306-5466-4223-affc-f23ac39d4710"
    ],
    "album": "An England Story: From Dancehall to Grime: 25 Years of the MC in the UK 1983-2008, Volume One",
    "release_id": "507d30c8-8dc1-4f34-abf1-3b0d99c037c3",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2008-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}