Information about plays

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

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

{
    "id": 1277706,
    "uri": "https://api.kexp.org/v2/plays/1277706/?format=api",
    "airdate": "2007-09-11T00:01:00-07:00",
    "show": 22363,
    "show_uri": "https://api.kexp.org/v2/shows/22363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Daddy Gonna Tell you no Lie",
    "track_id": null,
    "recording_id": null,
    "artist": "Sun Ra",
    "artist_ids": [
        "c27cac8e-4c4a-48c0-a4ba-41399b9c176d"
    ],
    "album": "The Singles (disc 1)",
    "release_id": "9b3471cb-1679-4b4f-884c-1ce1aa7de31e",
    "release_group_id": null,
    "labels": [
        "Evidence"
    ],
    "label_ids": [
        "55f4572a-71b5-435e-bfee-8e10fa344089"
    ],
    "release_date": "2009-11-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}