Information about plays

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

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

{
    "id": 1276473,
    "uri": "https://api.kexp.org/v2/plays/1276473/?format=api",
    "airdate": "2007-09-07T18:53:00-07:00",
    "show": 22340,
    "show_uri": "https://api.kexp.org/v2/shows/22340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pretty Moon",
    "track_id": "08db64f2-02f5-42cc-997b-b67ea4a59be3",
    "recording_id": null,
    "artist": "Don Winters",
    "artist_ids": [
        "5a813404-0671-49e2-9011-0960edb1f568"
    ],
    "album": "Ultra Rare Rockabilly's, Volume 13",
    "release_id": "6b82c7ef-3d1b-4ede-bd74-5922c1c25662",
    "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"
}