Information about plays

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

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

{
    "id": 535172,
    "uri": "https://api.kexp.org/v2/plays/535172/?format=api",
    "airdate": "2002-04-06T04:48:57-08:00",
    "show": 9270,
    "show_uri": "https://api.kexp.org/v2/shows/9270/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510fiEngoZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510fiEngoZL._SL75_.jpg",
    "song": "Rollercoaster",
    "track_id": null,
    "recording_id": null,
    "artist": "Spacemen 3",
    "artist_ids": [
        "19e818e4-0bbe-41fc-9589-c444b4165bf1"
    ],
    "album": "Sound of Confusion",
    "release_id": "fa5e4a3b-03ac-4515-834b-47df8e6c2c98",
    "release_group_id": null,
    "labels": [
        "Taang! Records"
    ],
    "label_ids": [
        "7b95d1f1-2588-4a00-b093-e80e40a08548"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}