Information about plays

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

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

{
    "id": 356554,
    "uri": "https://api.kexp.org/v2/plays/356554/?format=api",
    "airdate": "2019-07-19T17:46:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nobody Else Will Tell You",
    "track_id": null,
    "recording_id": null,
    "artist": "William Doyle",
    "artist_ids": [
        "842925a3-524a-4b49-b4c3-d1be968312f6"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2019-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Doyle shares, \"A year on from the psychedelic possibilities of Millersdale – a look back to the house I grew up in and all that was available to me within it – I now present to you \"Nobody Else Will Tell You,\" a song about the very streets and houses that surround you, and what can be found in the gaps between them.\n\nWhole geographies and inner-nations form in those gaps, but they require you to listen and look for yourself before they appear. There may not be a mountain range at the end of your road, but the sublime is hiding between the brickwork.\"  Keep your eyes (and ears) peeled for a future full release from this phenom.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}