Information about plays

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

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

{
    "id": 534461,
    "uri": "https://api.kexp.org/v2/plays/534461/?format=api",
    "airdate": "2002-04-04T04:08:00-08:00",
    "show": 9258,
    "show_uri": "https://api.kexp.org/v2/shows/9258/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41R79QCNK6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41R79QCNK6L._SL75_.jpg",
    "song": "Critical (featuring Planet Asia)",
    "track_id": null,
    "recording_id": null,
    "artist": "Zion I",
    "artist_ids": [
        "85823097-9e6c-4876-a04a-8a761a477992"
    ],
    "album": "Mind Over Matter",
    "release_id": "82aa6d55-5a8e-4006-bbc1-57a788f917ec",
    "release_group_id": null,
    "labels": [
        "Ground Control Records"
    ],
    "label_ids": [
        "c3976601-7c9e-46f7-9540-1db9d5e747b3"
    ],
    "release_date": "2000-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}