Information about plays

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

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

{
    "id": 532507,
    "uri": "https://api.kexp.org/v2/plays/532507/?format=api",
    "airdate": "2002-03-29T10:04:11-08:00",
    "show": 9218,
    "show_uri": "https://api.kexp.org/v2/shows/9218/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418MW33VNSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418MW33VNSL._SL75_.jpg",
    "song": "Got Away With It",
    "track_id": "aef0e3e5-f6a7-4eae-820a-bf55d6abda82",
    "recording_id": null,
    "artist": "Lonesome Bob",
    "artist_ids": [
        "941966e1-3f2e-4887-b832-bf9edfbedb1c"
    ],
    "album": "Things Change",
    "release_id": "7c8eb871-8b2c-43ea-8cc3-06e7f185982a",
    "release_group_id": null,
    "labels": [
        "Leap"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}