Information about plays

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

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

{
    "id": 423572,
    "uri": "https://api.kexp.org/v2/plays/423572/?format=api",
    "airdate": "2001-05-11T20:25:42-07:00",
    "show": 7098,
    "show_uri": "https://api.kexp.org/v2/shows/7098/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/315SEMBEJYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/315SEMBEJYL._SL75_.jpg",
    "song": "Gonna Take My Guitar",
    "track_id": "085a06da-d30d-4e18-96f2-493e47859d62",
    "recording_id": null,
    "artist": "Jack Baymoore and The Bandits",
    "artist_ids": [
        "ac6e9922-1079-47c0-893b-2d34222a8791"
    ],
    "album": "A-V8 Boogie",
    "release_id": "62ac5799-8b53-456c-b252-547e4de3924e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}