Information about plays

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

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

{
    "id": 1305352,
    "uri": "https://api.kexp.org/v2/plays/1305352/?format=api",
    "airdate": "2007-11-22T06:00:47-08:00",
    "show": 22835,
    "show_uri": "https://api.kexp.org/v2/shows/22835/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/213HV36YRPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/213HV36YRPL._SL75_.jpg",
    "song": "Stupid Boy",
    "track_id": "5d968460-4315-41b7-8bf8-199e8f7ece54",
    "recording_id": null,
    "artist": "Gear Daddies",
    "artist_ids": [
        "49275269-371e-4266-88ba-1b243bad0025"
    ],
    "album": "Can't have Nothin' Nice",
    "release_id": "679e7fd3-9e04-4009-8bab-192cb44c2c59",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}