Information about plays

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

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

{
    "id": 423565,
    "uri": "https://api.kexp.org/v2/plays/423565/?format=api",
    "airdate": "2001-05-11T20:05: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/514QetEvYRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514QetEvYRL._SL75_.jpg",
    "song": "She Wouldn't Have It",
    "track_id": "296e1391-083a-4931-bdba-f11932be1587",
    "recording_id": null,
    "artist": "The Wagoneers",
    "artist_ids": [
        "6898dfc7-7ddd-418d-95b4-863d668897dc"
    ],
    "album": "Good Fortune",
    "release_id": "ebc2fa43-0988-42ec-b645-95ab04ffc417",
    "release_group_id": null,
    "labels": [
        "A"
    ],
    "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"
}