Information about plays

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

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

{
    "id": 1344396,
    "uri": "https://api.kexp.org/v2/plays/1344396/?format=api",
    "airdate": "2008-03-01T03:53:23-08:00",
    "show": 23493,
    "show_uri": "https://api.kexp.org/v2/shows/23493/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51s4DBvdykL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51s4DBvdykL._SL75_.jpg",
    "song": "Sonic Reducer",
    "track_id": null,
    "recording_id": null,
    "artist": "Dead Boys",
    "artist_ids": [
        "7e2cf7cc-211e-4588-9069-b3126a29d1b1"
    ],
    "album": "Young Loud and Snotty",
    "release_id": "8ee25dc5-a11c-47bc-8bd7-5a8993866d9e",
    "release_group_id": null,
    "labels": [
        "Sire/Rhino"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}