Information about plays

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

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

{
    "id": 1293666,
    "uri": "https://api.kexp.org/v2/plays/1293666/?format=api",
    "airdate": "2007-10-21T22:05:00-07:00",
    "show": 22635,
    "show_uri": "https://api.kexp.org/v2/shows/22635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wide Lens",
    "track_id": "61ceca0a-ebdc-491e-af83-8b55de300838",
    "recording_id": null,
    "artist": "Logistics",
    "artist_ids": [
        "49dca5fc-30b2-46be-93bd-033c53425e07"
    ],
    "album": "Wide Lens EP (disc 1)",
    "release_id": "343fc294-5b3b-4b71-bf1d-26fa85b1f3fc",
    "release_group_id": null,
    "labels": [
        "Hospital Records"
    ],
    "label_ids": [
        "8562598d-60d1-4bd6-8b85-4d709e951770"
    ],
    "release_date": "2007-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}