Information about plays

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

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

{
    "id": 342854,
    "uri": "https://api.kexp.org/v2/plays/342854/?format=api",
    "airdate": "2019-06-18T06:59:35-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "http://coverartarchive.org/release/99c18369-c297-4ba1-961c-df52f09b14cc/7946206892-250.jpg",
    "thumbnail_uri": "",
    "song": "Aikea-Guinea",
    "track_id": "a03d0407-71fe-344b-af59-19a0f2ae06db",
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "The Pink Opaque",
    "release_id": "99c18369-c297-4ba1-961c-df52f09b14cc",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Robin Guthrie, the word \"aikea-guinea\" is a Scottish colloquialism for a seashell. Well, that explains that. It also means \"Cocoa Puffs\" in Klingon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}