Information about plays

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

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

{
    "id": 423918,
    "uri": "https://api.kexp.org/v2/plays/423918/?format=api",
    "airdate": "2001-05-13T04:20:00-07:00",
    "show": 7108,
    "show_uri": "https://api.kexp.org/v2/shows/7108/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BQGZYR9HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BQGZYR9HL._SL75_.jpg",
    "song": "Black Cat Bone",
    "track_id": "62c963bd-2b17-45bf-a7b3-878215eb9d0c",
    "recording_id": null,
    "artist": "Jessie Mae Hemphill",
    "artist_ids": [
        "5ede86ef-d331-4797-aac7-872fa4da5cab"
    ],
    "album": "She-Wolf",
    "release_id": "296701aa-f250-4a8a-a5a3-3cf550a2b239",
    "release_group_id": null,
    "labels": [
        "High Water"
    ],
    "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"
}