Information about plays

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

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

{
    "id": 1316816,
    "uri": "https://api.kexp.org/v2/plays/1316816/?format=api",
    "airdate": "2007-12-21T09:16:41-08:00",
    "show": 23025,
    "show_uri": "https://api.kexp.org/v2/shows/23025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Moon My Man (Boyz Noize Classic remix)",
    "track_id": "89227402-edd5-41f6-a000-50a86c0b9d97",
    "recording_id": null,
    "artist": "Feist and Ben Gibbard",
    "artist_ids": [
        "a670e05a-cea8-4b37-bce9-d82daf1a0fa4"
    ],
    "album": "My Moon My Man",
    "release_id": "4d2f3b74-8278-43e9-bd1a-b37518702857",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2007-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}