Information about plays

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

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

{
    "id": 1323158,
    "uri": "https://api.kexp.org/v2/plays/1323158/?format=api",
    "airdate": "2008-01-06T20:14:00-08:00",
    "show": 23135,
    "show_uri": "https://api.kexp.org/v2/shows/23135/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51c%2B3xnYQcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51c%2B3xnYQcL._SL75_.jpg",
    "song": "Sucker MC's",
    "track_id": "75d2e2d0-7163-4869-8456-d3c57cc497b8",
    "recording_id": null,
    "artist": "Run‐D.M.C.",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0"
    ],
    "album": "Greatest Hits",
    "release_id": "ffda5ae0-e156-4216-90d6-23534e19de64",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-04-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}