Information about plays

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

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

{
    "id": 383080,
    "uri": "https://api.kexp.org/v2/plays/383080/?format=api",
    "airdate": "2019-09-19T18:16:00-07:00",
    "show": 6373,
    "show_uri": "https://api.kexp.org/v2/shows/6373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shoe Goes on the Other Foot Tonight",
    "track_id": "ae72adac-9316-37a1-8ed2-23da275ebf1b",
    "recording_id": null,
    "artist": "Loretta Lynn",
    "artist_ids": [
        "613260c3-d620-4645-94cd-33cd55f29b1e"
    ],
    "album": "Don’t Come Home a Drinkin’ (with Lovin’ on Your Mind)",
    "release_id": "9bfcea35-dc55-4a25-b0d0-4d562507b42c",
    "release_group_id": null,
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1967-02-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1967",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}