Information about plays

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

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

{
    "id": 351555,
    "uri": "https://api.kexp.org/v2/plays/351555/?format=api",
    "airdate": "2019-07-08T04:18:41-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "http://coverartarchive.org/release/9bcd15ef-f472-3151-b4f3-ecef9d64553e/3778560343-250.jpg",
    "thumbnail_uri": "",
    "song": "Isobel",
    "track_id": "251e6532-d799-3f06-89a2-4a6ac31d2f8f",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Post",
    "release_id": "9bcd15ef-f472-3151-b4f3-ecef9d64553e",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1995-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}