Information about plays

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

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

{
    "id": 375108,
    "uri": "https://api.kexp.org/v2/plays/375108/?format=api",
    "airdate": "2019-09-01T05:09:54-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "http://coverartarchive.org/release/e75a9754-8447-3214-9067-4a0e9d654f4a/6682314490-250.jpg",
    "thumbnail_uri": "",
    "song": "The Man‐Machine",
    "track_id": "6ecd8ddd-de37-3bd7-9788-cbf7f77ff94a",
    "recording_id": null,
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "The Man-Machine",
    "release_id": "e75a9754-8447-3214-9067-4a0e9d654f4a",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grandfathers of electronic music. We wouldn't have anything you might have heard in the last hour without these crazy Kraut Rockers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}