Information about plays

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

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

{
    "id": 1277221,
    "uri": "https://api.kexp.org/v2/plays/1277221/?format=api",
    "airdate": "2007-09-09T18:44:00-07:00",
    "show": 22355,
    "show_uri": "https://api.kexp.org/v2/shows/22355/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One to Grow On",
    "track_id": "724b9bdc-4263-4d4b-af31-aa102e7a8933",
    "recording_id": null,
    "artist": "UMC's",
    "artist_ids": [
        "af9d639e-7cc6-48cb-b08a-8d7749530202"
    ],
    "album": "The Rebirth of Cool, Too",
    "release_id": "644870c6-cb4d-4469-8147-9b4f769c07c9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}