Information about plays

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

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

{
    "id": 418800,
    "uri": "https://api.kexp.org/v2/plays/418800/?format=api",
    "airdate": "2001-04-27T12:17:38-07:00",
    "show": 6997,
    "show_uri": "https://api.kexp.org/v2/shows/6997/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41R44ARPZPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41R44ARPZPL._SL75_.jpg",
    "song": "Little Dudes",
    "track_id": null,
    "recording_id": null,
    "artist": "Pee Shy",
    "artist_ids": [
        "b1566ffb-c32a-48cb-b4b8-f05a6ec421bc"
    ],
    "album": "Who Let All the Monkeys Out?",
    "release_id": "0e4e5c10-ad43-4ad4-bb33-3cf6dc93734c",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}