Information about plays

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

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

{
    "id": 379047,
    "uri": "https://api.kexp.org/v2/plays/379047/?format=api",
    "airdate": "2019-09-10T08:21:00-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Vigilantes",
    "track_id": "218bb81d-dac0-47b7-9f57-df1ab79061b0",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Low‐Life",
    "release_id": "a5b1125e-9349-4adf-8030-38e367237b42",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}