Information about plays

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

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

{
    "id": 352417,
    "uri": "https://api.kexp.org/v2/plays/352417/?format=api",
    "airdate": "2019-07-10T03:41:36-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/b3d37069-ff8b-37bb-b745-20e4b7189bab/16602619521-250.jpg",
    "thumbnail_uri": "",
    "song": "Unfinished Sympathy",
    "track_id": "e4a8d3ec-071a-30e9-ae2d-9e33aa9d49d1",
    "recording_id": null,
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Collected",
    "release_id": "b3d37069-ff8b-37bb-b745-20e4b7189bab",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2006-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3D explained, \"I hate putting a title to anything without a theme, but with 'Unfinished Sympathy', we'd started with a jam... and added an orchestral score later. The title came up as a joke at first, but it fitted the song and the arrangements so perfectly, we just had to use it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}