Information about plays

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

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

{
    "id": 353815,
    "uri": "https://api.kexp.org/v2/plays/353815/?format=api",
    "airdate": "2019-07-13T09:42:00-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King",
    "track_id": "cb2872cf-5772-3588-8509-c3fc21eca82b",
    "recording_id": null,
    "artist": "UB40",
    "artist_ids": [
        "7113aab7-628f-4050-ae49-dbecac110ca8"
    ],
    "album": "Signing Off",
    "release_id": "cd2fc69f-244a-367c-8ea4-4b47ed36317d",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band titled their first album Signing Off, as they were signing off from the unemployment benefit. The band's name comes from the paper form that needs to be completed by someone wanting to claim unemployment benefit in the UK-an Unemployment Benefit Form 40.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}