Information about plays

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

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

{
    "id": 1233197,
    "uri": "https://api.kexp.org/v2/plays/1233197/?format=api",
    "airdate": "2007-05-19T19:11:00-07:00",
    "show": 21602,
    "show_uri": "https://api.kexp.org/v2/shows/21602/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61u0n8MVF4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61u0n8MVF4L._SL75_.jpg",
    "song": "Attack on Tir Asleen",
    "track_id": "d8f0b7d1-96fe-4053-ab5a-e382b7ea5929",
    "recording_id": null,
    "artist": "Kane Hodder",
    "artist_ids": [
        "4c02dacc-6797-4907-9a03-1352176c7828"
    ],
    "album": "A Frank Exploration of Voyeurism and Violence",
    "release_id": "079de673-55de-43b2-85fa-e6b3d2c8c267",
    "release_group_id": null,
    "labels": [
        "New World Music"
    ],
    "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"
}