Information about plays

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

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

{
    "id": 1379032,
    "uri": "https://api.kexp.org/v2/plays/1379032/?format=api",
    "airdate": "2008-05-27T02:50:56-07:00",
    "show": 24068,
    "show_uri": "https://api.kexp.org/v2/shows/24068/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rPPw5mwFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rPPw5mwFL._SL75_.jpg",
    "song": "Jack the Ripper",
    "track_id": "9c9ebfaa-beb9-402d-8cf1-13a4233ed157",
    "recording_id": null,
    "artist": "The Horrors",
    "artist_ids": [
        "00467da8-2a92-498f-8b10-a80889bcded7"
    ],
    "album": "Strange House",
    "release_id": "80bc255a-cac0-4461-809e-fa3007d3024f",
    "release_group_id": null,
    "labels": [
        "Stolen Transmission"
    ],
    "label_ids": [
        "9507ca3a-fed4-4115-bfa2-bb0715cf82ee"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}