Information about plays

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

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

{
    "id": 356986,
    "uri": "https://api.kexp.org/v2/plays/356986/?format=api",
    "airdate": "2019-07-20T20:33:32-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Llores",
    "track_id": "398bd6d4-57cc-403e-8ad3-a0b4eeb89eb1",
    "recording_id": null,
    "artist": "Tres Leches",
    "artist_ids": [
        "7da49df9-13ff-458a-97f3-1dfc6fad84b6"
    ],
    "album": "Amorfo",
    "release_id": "a78f25ab-9d3f-4303-8799-4c0bf23e26ce",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle Trio Tres Leches prove that rock still has some vitality left. With wild songs that gleefully twist rock conventions while maintaining hooks amid the encroaching chaos, Tres Leches recall Pixies' 1987 debut EP, Come On Pilgrim, when they still radiated danger.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}