Information about plays

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

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

{
    "id": 1382831,
    "uri": "https://api.kexp.org/v2/plays/1382831/?format=api",
    "airdate": "2008-06-07T14:49:37-07:00",
    "show": 24141,
    "show_uri": "https://api.kexp.org/v2/shows/24141/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51--LNCUECL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51--LNCUECL._SL75_.jpg",
    "song": "Home of the Brave",
    "track_id": null,
    "recording_id": null,
    "artist": "Naked Raygun",
    "artist_ids": [
        "85d2e30c-92fd-4c7f-a2dc-f988a70e234d"
    ],
    "album": "All Rise",
    "release_id": "26ca9a1b-156e-4cad-9d8f-b835ec48af4b",
    "release_group_id": null,
    "labels": [
        "Mute/Gooom Records"
    ],
    "label_ids": [],
    "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"
}