Information about plays

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

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

{
    "id": 1359792,
    "uri": "https://api.kexp.org/v2/plays/1359792/?format=api",
    "airdate": "2008-04-08T18:31:49-07:00",
    "show": 23747,
    "show_uri": "https://api.kexp.org/v2/shows/23747/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61h1flZEVRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61h1flZEVRL._SL75_.jpg",
    "song": "Paper Planes (DFA remix)",
    "track_id": "301ee333-0367-4a83-87d8-3383c0f56581",
    "recording_id": null,
    "artist": "M.I.A.",
    "artist_ids": [
        "7cf0ea9d-86b9-4dad-ba9e-2355a64899ea"
    ],
    "album": "Paper Planes (Homeland Security remixes)",
    "release_id": "ef054976-d64c-4dc7-b5ef-33af10d3a931",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2008-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}