Information about plays

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

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

{
    "id": 1275128,
    "uri": "https://api.kexp.org/v2/plays/1275128/?format=api",
    "airdate": "2007-09-04T09:25:01-07:00",
    "show": 22319,
    "show_uri": "https://api.kexp.org/v2/shows/22319/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HB86n%2BXHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HB86n%2BXHL._SL75_.jpg",
    "song": "I Am a Scientist",
    "track_id": "c461997f-8320-4bc9-a896-09c8d2b94e5c",
    "recording_id": null,
    "artist": "Guided By Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Human Amusements at Hourly Rates: The Best of Guided by Voices",
    "release_id": "20a6ccf0-6416-45b7-81b1-369c59b04875",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}