Information about plays

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

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

{
    "id": 1335750,
    "uri": "https://api.kexp.org/v2/plays/1335750/?format=api",
    "airdate": "2008-02-07T10:08:08-08:00",
    "show": 23344,
    "show_uri": "https://api.kexp.org/v2/shows/23344/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P631e7aOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P631e7aOL._SL75_.jpg",
    "song": "One Day All This Could Be Yours",
    "track_id": null,
    "recording_id": null,
    "artist": "Oceansize",
    "artist_ids": [
        "c147b96e-3428-4604-9b6c-d931f980f684"
    ],
    "album": "Effloresce",
    "release_id": "c5bca870-ab2f-4071-9a3f-cfbcf1f1d484",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2003-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}