Information about plays

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

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

{
    "id": 370907,
    "uri": "https://api.kexp.org/v2/plays/370907/?format=api",
    "airdate": "2019-08-22T15:54:00-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Expansions",
    "track_id": null,
    "recording_id": null,
    "artist": "Lonnie Liston Smith",
    "artist_ids": [
        "b7eb7b38-7f51-45e9-b583-64303b24eabe"
    ],
    "album": "Watercolors",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lonnie Liston Smith, Jr. is an American jazz, soul, and funk musician who played with such jazz artists as Pharoah Sanders and Miles Davis before forming Lonnie Liston Smith and the Cosmic Echoes, recording a number of albums widely regarded as classics in the fusion, smooth jazz and acid jazz genres",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}