Information about plays

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

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

{
    "id": 342838,
    "uri": "https://api.kexp.org/v2/plays/342838/?format=api",
    "airdate": "2019-06-18T06:02:57-07:00",
    "show": 5717,
    "show_uri": "https://api.kexp.org/v2/shows/5717/?format=api",
    "image_uri": "http://coverartarchive.org/release/7981f14a-1bb5-3a36-99ce-a1377a17095b/7792949755-250.jpg",
    "thumbnail_uri": "",
    "song": "All We Ever Wanted Was Everything",
    "track_id": "0f53eecc-bad6-301a-9128-fc578922ebf1",
    "recording_id": null,
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "The Sky’s Gone Out",
    "release_id": "7981f14a-1bb5-3a36-99ce-a1377a17095b",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "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"
}