Information about plays

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

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

{
    "id": 373895,
    "uri": "https://api.kexp.org/v2/plays/373895/?format=api",
    "airdate": "2019-08-29T07:44:46-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Over the Rainbow",
    "track_id": "5a14d95a-2b6f-3a4b-9dda-8ef9ba2462b5",
    "recording_id": null,
    "artist": "Judy Garland",
    "artist_ids": [
        "b9348d59-b91b-423f-847b-8db155a0653b"
    ],
    "album": "Classic Judy Garland: The Capitol Years: 1955-1965",
    "release_id": "61797513-6fa2-48ac-aa55-94809ac67bf8",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2002-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Charles Gillmore's \"Number Five With a Bullet\" mix here on Mixtape Week | Ah yes, the elusive Death Cab/Judy Garland transition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}