Information about plays

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

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

{
    "id": 501552,
    "uri": "https://api.kexp.org/v2/plays/501552/?format=api",
    "airdate": "2001-12-29T03:21:00-08:00",
    "show": 8612,
    "show_uri": "https://api.kexp.org/v2/shows/8612/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41K9ME5JD0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41K9ME5JD0L._SL75_.jpg",
    "song": "Nothing Here Now But The Recordings: The Saints Go Marching Through All The Popular Tunes",
    "track_id": "60842f05-7439-43e2-8c57-83e1bd88e9a0",
    "recording_id": null,
    "artist": "William S. Burroughs",
    "artist_ids": [
        "f150ed27-bee7-49d8-a226-31fef88c29b3"
    ],
    "album": "The Best of William Burroughs (disc 4)",
    "release_id": "c47f3457-18ea-4761-802a-cf5982adab84",
    "release_group_id": null,
    "labels": [
        "Mouth Almighty"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}