Information about plays

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

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

{
    "id": 370194,
    "uri": "https://api.kexp.org/v2/plays/370194/?format=api",
    "airdate": "2019-08-21T01:03:00-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lilo",
    "track_id": null,
    "recording_id": null,
    "artist": "The Japanese House",
    "artist_ids": [
        "5db88fae-df24-490e-971a-1b3fe8d373ea"
    ],
    "album": "Lilo - LA Session",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the heart punching effects of Lilo live here: https://www.youtube.com/watch?v=m95mKmj9FdE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}