Information about plays

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

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

{
    "id": 414597,
    "uri": "https://api.kexp.org/v2/plays/414597/?format=api",
    "airdate": "2001-04-09T13:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41f-uDvQEGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41f-uDvQEGL._SL75_.jpg",
    "song": "Voidy Numbness",
    "track_id": "35265daa-bfdd-4a04-8460-1e1a2e008198",
    "recording_id": null,
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Naked Self",
    "release_id": "a1050f80-dd9f-4754-9df1-9f7cda824c9f",
    "release_group_id": null,
    "labels": [
        "Nothing"
    ],
    "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"
}