Information about plays

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

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

{
    "id": 415666,
    "uri": "https://api.kexp.org/v2/plays/415666/?format=api",
    "airdate": "2001-04-17T09:21:10-07:00",
    "show": 6935,
    "show_uri": "https://api.kexp.org/v2/shows/6935/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41091M87VGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41091M87VGL._SL75_.jpg",
    "song": "Sharp, Twisted",
    "track_id": "5ce23fe0-c336-46e8-94d2-d934868a0cd9",
    "recording_id": null,
    "artist": "Yume Bitsu",
    "artist_ids": [
        "5abb6cae-094f-45e8-87e8-c8e9666fba3b"
    ],
    "album": "Auspicious Winds",
    "release_id": "67e1bf6c-441e-4d0d-b012-62d1b94853ab",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2000-11-14",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}