Information about plays

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

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

{
    "id": 1317355,
    "uri": "https://api.kexp.org/v2/plays/1317355/?format=api",
    "airdate": "2007-12-22T19:42:26-08:00",
    "show": 23035,
    "show_uri": "https://api.kexp.org/v2/shows/23035/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's Coming Home",
    "track_id": null,
    "recording_id": null,
    "artist": "The Sonics",
    "artist_ids": [
        "16346cf4-4d2b-40ec-8393-0fc7296d92fe"
    ],
    "album": "Merry Christmas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Etiquette Records"
    ],
    "label_ids": [
        "c0a6b765-cfb2-4f9e-ab36-f50e86f714b5"
    ],
    "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"
}