Information about plays

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

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

{
    "id": 457776,
    "uri": "https://api.kexp.org/v2/plays/457776/?format=api",
    "airdate": "2001-08-20T22:22:06-07:00",
    "show": 7759,
    "show_uri": "https://api.kexp.org/v2/shows/7759/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41xJsK7aVpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41xJsK7aVpL._SL75_.jpg",
    "song": "You Tear Me Up",
    "track_id": "1947098a-0c7c-4397-ac32-d61ea74b3464",
    "recording_id": null,
    "artist": "The Buzzcocks",
    "artist_ids": [
        "31e9c35b-2675-4632-8596-f9bd9286f6c8"
    ],
    "album": "Another Music in a Different Kitchen",
    "release_id": "c4215e05-57b6-4121-976f-c9512962c2e4",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}