Information about plays

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

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

{
    "id": 378759,
    "uri": "https://api.kexp.org/v2/plays/378759/?format=api",
    "airdate": "2019-09-09T13:51:00-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Salsa Soul",
    "track_id": null,
    "recording_id": null,
    "artist": "St Germain",
    "artist_ids": [
        "9a04dc8c-82f1-457a-a25a-3ff19e1b471e"
    ],
    "album": "Latin Travels",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"'St Germain' is the stage name of Ludovic Navarre and based on the story of the Count of St. Germain, a mysterious and eccentric man from the 18th century who claimed to be several hundred years old.\" You can read more and see his entire discography at https://bit.ly/2lMIyDy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}