Information about plays

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

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

{
    "id": 350032,
    "uri": "https://api.kexp.org/v2/plays/350032/?format=api",
    "airdate": "2019-07-04T12:43:35-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/b1b2b691-5c29-4215-bf37-7ea9f1ee7bc3/7807345022-250.jpg",
    "thumbnail_uri": "",
    "song": "American Horror",
    "track_id": "56e6cce9-664c-4f0c-b2cb-b1409b67cd81",
    "recording_id": null,
    "artist": "Speedy Ortiz",
    "artist_ids": [
        "4fbf1a3d-a649-4f8e-9ddf-347f6ba2d307"
    ],
    "album": "Real Hair",
    "release_id": "b1b2b691-5c29-4215-bf37-7ea9f1ee7bc3",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2014-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}