Information about plays

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

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

{
    "id": 469180,
    "uri": "https://api.kexp.org/v2/plays/469180/?format=api",
    "airdate": "2001-09-23T16:48:34-07:00",
    "show": 7985,
    "show_uri": "https://api.kexp.org/v2/shows/7985/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41V4hpdcgYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41V4hpdcgYL._SL75_.jpg",
    "song": "Liar's Dice [Flight of the Chickens]",
    "track_id": "c6ab840c-a99b-4758-8bb5-1895ed58e3d1",
    "recording_id": null,
    "artist": "Tsunami",
    "artist_ids": [
        "fea43e99-c4d5-4dac-9c27-868e864c6dc2"
    ],
    "album": "A Brilliant Mistake",
    "release_id": "439c03cf-d138-4e9a-86a0-d780dac46311",
    "release_group_id": null,
    "labels": [
        "Simple Machines"
    ],
    "label_ids": [
        "07125e84-d30f-4cce-b013-ec3b463f7eda"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}