Information about plays

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

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

{
    "id": 1289136,
    "uri": "https://api.kexp.org/v2/plays/1289136/?format=api",
    "airdate": "2007-10-10T04:24:27-07:00",
    "show": 22557,
    "show_uri": "https://api.kexp.org/v2/shows/22557/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41U3DJgd9ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41U3DJgd9ML._SL75_.jpg",
    "song": "Electricityscape",
    "track_id": null,
    "recording_id": null,
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "First Impressions of Earth",
    "release_id": "bc6365ab-b406-4214-96f8-ec4a7070c5d5",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2006-01-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}