Information about plays

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

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

{
    "id": 453961,
    "uri": "https://api.kexp.org/v2/plays/453961/?format=api",
    "airdate": "2001-08-09T19:00:00-07:00",
    "show": 7681,
    "show_uri": "https://api.kexp.org/v2/shows/7681/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-FaJmqVNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-FaJmqVNL._SL75_.jpg",
    "song": "She's Gone, Gone, Gone",
    "track_id": "c6ade385-f610-4c5b-b6ef-0b7ec408a0d6",
    "recording_id": null,
    "artist": "J.D. Crowe and The New South",
    "artist_ids": [
        "94b4c279-db2f-43db-99a3-e3272ec38c9e"
    ],
    "album": "My Home Ain't in the Hall of Fame",
    "release_id": "abc4eac8-129d-4013-9b20-e17c3c372d35",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}