Information about plays

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

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

{
    "id": 375912,
    "uri": "https://api.kexp.org/v2/plays/375912/?format=api",
    "airdate": "2019-09-03T07:40:29-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "http://coverartarchive.org/release/97b7095d-0a2b-4d44-af26-eae537a7fee2/23077388963-250.jpg",
    "thumbnail_uri": "",
    "song": "Intergalactic",
    "track_id": "53136ffc-6b27-359b-bbc1-b0a2469fb0c3",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Hello Nasty",
    "release_id": "97b7095d-0a2b-4d44-af26-eae537a7fee2",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1998-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The robotic vocal sound was created with a Vocoder, which is an electronic device originally created to encode speech. Other songs that used a vocoder around this time include \"Believe\" by Cher and \"Blue (Da Ba Dee)\" by Eiffel 65.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}