Information about plays

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

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

{
    "id": 428499,
    "uri": "https://api.kexp.org/v2/plays/428499/?format=api",
    "airdate": "2001-05-27T01:45:00-07:00",
    "show": 7199,
    "show_uri": "https://api.kexp.org/v2/shows/7199/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Zw4bT3agL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Zw4bT3agL._SL75_.jpg",
    "song": "Psycho Future",
    "track_id": null,
    "recording_id": null,
    "artist": "Girls Against Boys",
    "artist_ids": [
        "837cd182-8da4-4c1c-924c-03daf72f0237"
    ],
    "album": "Freak*on*ica",
    "release_id": "9276e194-fa72-4375-b25b-94ae7c035495",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1998-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}