Information about plays

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

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

{
    "id": 1278797,
    "uri": "https://api.kexp.org/v2/plays/1278797/?format=api",
    "airdate": "2007-09-13T18:13:21-07:00",
    "show": 22380,
    "show_uri": "https://api.kexp.org/v2/shows/22380/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Winds Your Clock",
    "track_id": null,
    "recording_id": null,
    "artist": "Bucky Bates",
    "artist_ids": [],
    "album": "Griddle Greasin' Daddies and Dirty Cowboys",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jasmine Records"
    ],
    "label_ids": [
        "18146c49-4454-4f61-93b9-7464c72cb244"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}