Information about plays

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

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

{
    "id": 343782,
    "uri": "https://api.kexp.org/v2/plays/343782/?format=api",
    "airdate": "2019-06-20T05:09:48-07:00",
    "show": 5729,
    "show_uri": "https://api.kexp.org/v2/shows/5729/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hold Me So Tight",
    "track_id": "b3ac1da5-b2a6-3e7f-87bf-5e49867041e7",
    "recording_id": null,
    "artist": "Sally Shapiro",
    "artist_ids": [
        "076b616f-399d-41d6-881e-fcb47505912b"
    ],
    "album": "Disco Romance",
    "release_id": "4cbd274e-0084-49d7-9209-d8a8c2f2b518",
    "release_group_id": null,
    "labels": [
        "Paper Bag Records"
    ],
    "label_ids": [
        "7ca6a2cd-dd79-4564-bcec-938bc43ba7d2"
    ],
    "release_date": "2007-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Duh, of course I was gonna fit in some Swedish twee disco this AM!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}