Information about plays

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

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

{
    "id": 414793,
    "uri": "https://api.kexp.org/v2/plays/414793/?format=api",
    "airdate": "2001-04-12T16:00:00-07:00",
    "show": 6918,
    "show_uri": "https://api.kexp.org/v2/shows/6918/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lI25MwseL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lI25MwseL._SL75_.jpg",
    "song": "Waking Up With Solex",
    "track_id": "d1761861-d6f9-4ad1-b3e0-f80ac36e89db",
    "recording_id": null,
    "artist": "Solex",
    "artist_ids": [
        "e064f6f6-76a8-4efe-a94b-09bec8942347"
    ],
    "album": "Solex vs. The Hitmeister",
    "release_id": "7fc9524c-3d10-4221-a358-5840db335fbb",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}