Information about plays

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

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

{
    "id": 1334240,
    "uri": "https://api.kexp.org/v2/plays/1334240/?format=api",
    "airdate": "2008-02-03T18:32:00-08:00",
    "show": 23322,
    "show_uri": "https://api.kexp.org/v2/shows/23322/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sJeVk8yqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sJeVk8yqL._SL75_.jpg",
    "song": "Ayo",
    "track_id": "35e13927-eb4c-4595-ae4e-ae947c48a7b9",
    "recording_id": null,
    "artist": "Bossman",
    "artist_ids": [
        "3f0eb711-73f1-446c-a5d5-0be7a9105ba8"
    ],
    "album": "The Wire: \"...and all the pieces matter\"",
    "release_id": "598f2ae5-7782-48a6-a1a8-a1a9123d4565",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2008-01-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}