Information about plays

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

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

{
    "id": 1355752,
    "uri": "https://api.kexp.org/v2/plays/1355752/?format=api",
    "airdate": "2008-03-29T12:52:52-07:00",
    "show": 23677,
    "show_uri": "https://api.kexp.org/v2/shows/23677/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61zbd-bXVuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61zbd-bXVuL._SL75_.jpg",
    "song": "Trapped Under Ice Floes (Redux)",
    "track_id": "f9cda6f2-fbb2-4e1c-a3ac-ef2d4b51a556",
    "recording_id": null,
    "artist": "+/-",
    "artist_ids": [
        "2624e8b9-3f77-453d-85e8-6a8c9e5b9d65"
    ],
    "album": "You Are Here",
    "release_id": "d9816797-946e-4d4e-beea-7940fdef57cc",
    "release_group_id": null,
    "labels": [
        "Teenbeat"
    ],
    "label_ids": [
        "434783dd-2be4-42db-a320-c53cbee540bb"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}