Information about plays

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

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

{
    "id": 1177559,
    "uri": "https://api.kexp.org/v2/plays/1177559/?format=api",
    "airdate": "2006-12-27T14:47:25-08:00",
    "show": 20649,
    "show_uri": "https://api.kexp.org/v2/shows/20649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41%2BAoc7DCYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41%2BAoc7DCYL._SL75_.jpg",
    "song": "Happy Hour",
    "track_id": null,
    "recording_id": null,
    "artist": "The Housemartins",
    "artist_ids": [
        "e7516564-6f1e-4adc-a245-e481d56c2d9b"
    ],
    "album": "London 0 Hull 4",
    "release_id": "9bf51689-530e-43c7-8c72-ff65ebfd5270",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}