Information about plays

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

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

{
    "id": 1257486,
    "uri": "https://api.kexp.org/v2/plays/1257486/?format=api",
    "airdate": "2007-07-21T20:26:00-07:00",
    "show": 22020,
    "show_uri": "https://api.kexp.org/v2/shows/22020/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51iqDn-Mv5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51iqDn-Mv5L._SL75_.jpg",
    "song": "Thumbtack",
    "track_id": "0e680511-61eb-40db-906f-54441d0d01aa",
    "recording_id": null,
    "artist": "Herman Jolly",
    "artist_ids": [
        "ee32fd92-6988-4247-a6d3-d046a0be4447"
    ],
    "album": "Thanasphere",
    "release_id": "4d2334b1-7358-4ec6-9107-f7f5c8489f49",
    "release_group_id": null,
    "labels": [
        "Fortune Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}