Information about plays

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

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

{
    "id": 2681252,
    "uri": "https://api.kexp.org/v2/plays/2681252/?format=api",
    "airdate": "2020-01-02T15:01:18-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "https://coverartarchive.org/release/f7409815-43d0-3532-9211-2dda3c1e9c04/10163855270-250.jpg",
    "thumbnail_uri": "",
    "song": "Bizarre Love Triangle",
    "track_id": "662bc39b-0b02-3c2e-8be2-8620548eb698",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Brotherhood",
    "release_id": "f7409815-43d0-3532-9211-2dda3c1e9c04",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}