Information about plays

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

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

{
    "id": 1314798,
    "uri": "https://api.kexp.org/v2/plays/1314798/?format=api",
    "airdate": "2007-12-16T03:56:20-08:00",
    "show": 22993,
    "show_uri": "https://api.kexp.org/v2/shows/22993/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31KKDR14ZAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31KKDR14ZAL._SL75_.jpg",
    "song": "Severence",
    "track_id": "1604c7e6-7a5b-4f7f-abc3-95526aee6a34",
    "recording_id": null,
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Gotham (disc 1)",
    "release_id": "83feb483-b174-4559-9dad-ea1e0c54c1a5",
    "release_group_id": null,
    "labels": [
        "Metropolis Records"
    ],
    "label_ids": [
        "55305fee-ba51-4dd5-afee-73c242b8046b"
    ],
    "release_date": "1999-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}