Information about plays

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

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

{
    "id": 533784,
    "uri": "https://api.kexp.org/v2/plays/533784/?format=api",
    "airdate": "2002-04-02T06:17:32-08:00",
    "show": 9247,
    "show_uri": "https://api.kexp.org/v2/shows/9247/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/218Y54HDSNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/218Y54HDSNL._SL75_.jpg",
    "song": "The Rest of the Day",
    "track_id": "26bb4756-a385-4d69-b422-9fe72f1651ab",
    "recording_id": null,
    "artist": "Bedhead",
    "artist_ids": [
        "07ea84a5-34aa-4766-b6d4-e9462a6220c2"
    ],
    "album": "Beheaded",
    "release_id": "2a62fb20-7603-47c9-8ea1-44d99fcb9533",
    "release_group_id": null,
    "labels": [
        "Trance Syndicate"
    ],
    "label_ids": [
        "aaaa155f-be27-4e02-b14c-594b2cbdf010"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}