Information about plays

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

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

{
    "id": 415592,
    "uri": "https://api.kexp.org/v2/plays/415592/?format=api",
    "airdate": "2001-04-17T05:16:40-07:00",
    "show": 6934,
    "show_uri": "https://api.kexp.org/v2/shows/6934/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/311QZP9AKAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/311QZP9AKAL._SL75_.jpg",
    "song": "Plainclothes Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Heatmiser",
    "artist_ids": [
        "99a18561-8a7d-4c30-8d3b-31bdf8c4b8ed"
    ],
    "album": "Mic City Sons",
    "release_id": "77cfc202-af01-4354-91c0-f45243bf4596",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1996-10-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}