Information about plays

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

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

{
    "id": 534620,
    "uri": "https://api.kexp.org/v2/plays/534620/?format=api",
    "airdate": "2002-04-04T15:59:39-08:00",
    "show": 9261,
    "show_uri": "https://api.kexp.org/v2/shows/9261/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411S06YB94L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411S06YB94L._SL75_.jpg",
    "song": "Nerves",
    "track_id": null,
    "recording_id": null,
    "artist": "Possum Dixon",
    "artist_ids": [
        "74398377-ba2a-432e-84b2-4770d23c8378"
    ],
    "album": "Possum Dixon",
    "release_id": "2fbafd32-a611-41d5-a3f3-72cd5a956c08",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}