Information about plays

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

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

{
    "id": 453305,
    "uri": "https://api.kexp.org/v2/plays/453305/?format=api",
    "airdate": "2001-08-08T01:24:00-07:00",
    "show": 7671,
    "show_uri": "https://api.kexp.org/v2/shows/7671/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VDEB3ZB4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VDEB3ZB4L._SL75_.jpg",
    "song": "2-Step",
    "track_id": null,
    "recording_id": null,
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "Secret Name",
    "release_id": "0b10f937-bfde-40dd-adb0-afeadb97ae34",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "1999-03-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}