Information about plays

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

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

{
    "id": 453808,
    "uri": "https://api.kexp.org/v2/plays/453808/?format=api",
    "airdate": "2001-08-09T09:47:22-07:00",
    "show": 7678,
    "show_uri": "https://api.kexp.org/v2/shows/7678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517U2BcQYgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517U2BcQYgL._SL75_.jpg",
    "song": "Roll Call",
    "track_id": "c52e8a01-7edf-4300-bd46-0f5573a550f2",
    "recording_id": null,
    "artist": "Peter Murphy",
    "artist_ids": [
        "b78346af-e3ce-4b36-a0d5-032414de8a27"
    ],
    "album": "Wild Birds 1985-1995",
    "release_id": "1e897c0a-1975-4c58-9d6a-edc668cb878c",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2000-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}