Information about plays

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

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

{
    "id": 420695,
    "uri": "https://api.kexp.org/v2/plays/420695/?format=api",
    "airdate": "2001-05-03T06:00:00-07:00",
    "show": 7040,
    "show_uri": "https://api.kexp.org/v2/shows/7040/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VY6KT9WHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VY6KT9WHL._SL75_.jpg",
    "song": "God Moving Over the Face of the Water",
    "track_id": null,
    "recording_id": null,
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "Everything Is Wrong",
    "release_id": "898c64f6-69bc-4a87-a6a2-41867a9d6dd4",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}