Information about plays

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

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

{
    "id": 457420,
    "uri": "https://api.kexp.org/v2/plays/457420/?format=api",
    "airdate": "2001-08-19T21:05:00-07:00",
    "show": 7752,
    "show_uri": "https://api.kexp.org/v2/shows/7752/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61bNh5TDblL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61bNh5TDblL._SL75_.jpg",
    "song": "Guilty as Charged",
    "track_id": "c47f46e2-69fb-49a1-9671-006287c243bc",
    "recording_id": null,
    "artist": "The Amalgamation of Soundz",
    "artist_ids": [
        "92d55365-1009-4885-93cd-87d81ac15f9a"
    ],
    "album": "Compost One Hundred (disc 2)",
    "release_id": "dfa9347d-3851-479b-afae-0dd944bb63b0",
    "release_group_id": null,
    "labels": [
        "Compost Records"
    ],
    "label_ids": [
        "c1c625b5-9929-4a30-8c3e-f77e109cdf07"
    ],
    "release_date": "2001-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}