Information about plays

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

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

{
    "id": 427733,
    "uri": "https://api.kexp.org/v2/plays/427733/?format=api",
    "airdate": "2001-05-24T20:20:00-07:00",
    "show": 7183,
    "show_uri": "https://api.kexp.org/v2/shows/7183/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y5QWQJXBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y5QWQJXBL._SL75_.jpg",
    "song": "Dang Me",
    "track_id": "76c6cc52-2889-4446-92d7-85400f0edb52",
    "recording_id": null,
    "artist": "Roger Miller",
    "artist_ids": [
        "102045e3-577c-4b10-b01b-424b7e461094"
    ],
    "album": "Golden Hits",
    "release_id": "c7a66a94-f7f4-4794-bae9-f3a9a3283d3e",
    "release_group_id": null,
    "labels": [
        "Smash LP"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}