Information about plays

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

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

{
    "id": 427301,
    "uri": "https://api.kexp.org/v2/plays/427301/?format=api",
    "airdate": "2001-05-23T16:14:07-07:00",
    "show": 7176,
    "show_uri": "https://api.kexp.org/v2/shows/7176/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VVFH5RFVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VVFH5RFVL._SL75_.jpg",
    "song": "(Everybody Wanna Get Rich) Rite Away",
    "track_id": "91bc6f5b-3bdd-40d8-8c39-ccf54a035876",
    "recording_id": null,
    "artist": "Robert Walter's 20th Congress",
    "artist_ids": [
        "71cc12fa-aa57-49a1-a384-9683a8dec9e9"
    ],
    "album": "Money Shot",
    "release_id": "05596d2f-0205-4593-b922-c78a6c09e07a",
    "release_group_id": null,
    "labels": [
        "Quick Time"
    ],
    "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"
}