Information about plays

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

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

{
    "id": 418529,
    "uri": "https://api.kexp.org/v2/plays/418529/?format=api",
    "airdate": "2001-04-26T17:00:00-07:00",
    "show": 6992,
    "show_uri": "https://api.kexp.org/v2/shows/6992/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y3PHCRPZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y3PHCRPZL._SL75_.jpg",
    "song": "Freedom of '76",
    "track_id": null,
    "recording_id": null,
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "Chocolate and Cheese",
    "release_id": "febc2eb1-e76f-4155-ab21-2422f014bc33",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1994-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}