Information about plays

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

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

{
    "id": 483023,
    "uri": "https://api.kexp.org/v2/plays/483023/?format=api",
    "airdate": "2001-11-02T22:48:00-08:00",
    "show": 8246,
    "show_uri": "https://api.kexp.org/v2/shows/8246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EGS2JTF3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EGS2JTF3L._SL75_.jpg",
    "song": "Demolished",
    "track_id": "3bf5a192-e95a-4111-938a-090b060e9ab0",
    "recording_id": null,
    "artist": "Unwound",
    "artist_ids": [
        "9434776a-bdd7-4f58-b719-b5d95b9d2a11"
    ],
    "album": "The Future of What",
    "release_id": "9f6e3f27-9acb-4838-bac7-8b559e22664c",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1995-04-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}