Information about plays

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

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

{
    "id": 506881,
    "uri": "https://api.kexp.org/v2/plays/506881/?format=api",
    "airdate": "2002-01-14T08:00:00-08:00",
    "show": 8724,
    "show_uri": "https://api.kexp.org/v2/shows/8724/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416CBN7V2FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416CBN7V2FL._SL75_.jpg",
    "song": "Diesel Power",
    "track_id": null,
    "recording_id": null,
    "artist": "The Prodigy",
    "artist_ids": [
        "4a4ee089-93b1-4470-af9a-6ff575d32704"
    ],
    "album": "The Fat of the Land",
    "release_id": "2892b1e6-59d1-48c0-8295-24c663d9c573",
    "release_group_id": null,
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "1997-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}