Information about plays

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

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

{
    "id": 348926,
    "uri": "https://api.kexp.org/v2/plays/348926/?format=api",
    "airdate": "2019-07-02T06:00:10-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mad World",
    "track_id": "ff2efba4-8047-38a3-b072-b6b65e5be3c2",
    "recording_id": null,
    "artist": "Michael Andrews feat. Gary Jules",
    "artist_ids": [
        "3d65bead-6eae-4012-8665-d5f593ea4a62"
    ],
    "album": "Trading Snakeoil for Wolftickets",
    "release_id": "6867ae06-6b7b-436a-a10e-32e079a84254",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}