Information about plays

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

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

{
    "id": 1412131,
    "uri": "https://api.kexp.org/v2/plays/1412131/?format=api",
    "airdate": "2008-08-20T11:34:41-07:00",
    "show": 24634,
    "show_uri": "https://api.kexp.org/v2/shows/24634/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BF1YYHMXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BF1YYHMXL._SL75_.jpg",
    "song": "My Number One",
    "track_id": "398990ba-d6cb-406f-ab36-431b6d511b30",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Reggae & Ska, Twin Pack: John Holt, Gregory Isaacs (disc 2)",
    "release_id": "bc445a67-1104-4fe1-86c6-5e3d10f5239b",
    "release_group_id": null,
    "labels": [
        "Hip-O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "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"
}