Information about plays

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

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

{
    "id": 456063,
    "uri": "https://api.kexp.org/v2/plays/456063/?format=api",
    "airdate": "2001-08-15T20:36:40-07:00",
    "show": 7721,
    "show_uri": "https://api.kexp.org/v2/shows/7721/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BZ91A1DGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BZ91A1DGL._SL75_.jpg",
    "song": "Hotel Yorba",
    "track_id": null,
    "recording_id": null,
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "White Blood Cells",
    "release_id": "6c4e8c20-9a26-47d8-be59-e96dd9918f84",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}