Information about plays

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

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

{
    "id": 422352,
    "uri": "https://api.kexp.org/v2/plays/422352/?format=api",
    "airdate": "2001-05-08T09:30:00-07:00",
    "show": 7077,
    "show_uri": "https://api.kexp.org/v2/shows/7077/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51I3k%2BuNDQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51I3k%2BuNDQL._SL75_.jpg",
    "song": "Throwing Back the Apple",
    "track_id": null,
    "recording_id": null,
    "artist": "Pale Saints",
    "artist_ids": [
        "1584532a-62ed-4cbe-ad95-6def0af7df35"
    ],
    "album": "In Ribbons",
    "release_id": "3d165873-7252-4ccc-8bc3-13ef9c3691aa",
    "release_group_id": null,
    "labels": [
        "4 AD"
    ],
    "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"
}