Information about plays

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

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

{
    "id": 458455,
    "uri": "https://api.kexp.org/v2/plays/458455/?format=api",
    "airdate": "2001-08-22T16:40:00-07:00",
    "show": 7771,
    "show_uri": "https://api.kexp.org/v2/shows/7771/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412H4C29FWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412H4C29FWL._SL75_.jpg",
    "song": "Hanging on the Telephone",
    "track_id": null,
    "recording_id": null,
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Parallel Lines",
    "release_id": "d9d40c9d-fb53-404f-8a21-6c67ba73f614",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1978-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}