Information about plays

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

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

{
    "id": 1375962,
    "uri": "https://api.kexp.org/v2/plays/1375962/?format=api",
    "airdate": "2008-05-19T09:20:35-07:00",
    "show": 24017,
    "show_uri": "https://api.kexp.org/v2/shows/24017/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gOHixphBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gOHixphBL._SL75_.jpg",
    "song": "Navigate-Colours",
    "track_id": "31c1ef54-7e68-4ec3-981e-26e0d4ea272a",
    "recording_id": null,
    "artist": "These New Puritans",
    "artist_ids": [
        "95bab79d-e5e8-4d7a-9368-d51430763c69"
    ],
    "album": "Beat Pyramid",
    "release_id": "8ef0adf9-dc38-406f-bc86-65d75bea3747",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}