Information about plays

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

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

{
    "id": 423185,
    "uri": "https://api.kexp.org/v2/plays/423185/?format=api",
    "airdate": "2001-05-10T18:12:00-07:00",
    "show": 7092,
    "show_uri": "https://api.kexp.org/v2/shows/7092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cocktail Napkin",
    "track_id": "c562ef4c-8106-4619-b671-07b6647729e8",
    "recording_id": null,
    "artist": "Duane Jarvis",
    "artist_ids": [
        "de11fc65-9252-45cf-b462-80f86d63a93a"
    ],
    "album": "Far From Perfect",
    "release_id": "f0ed680d-34f7-48a5-bd22-cbe2f6f330c7",
    "release_group_id": null,
    "labels": [
        "watermelon"
    ],
    "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"
}