Information about plays

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

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

{
    "id": 370198,
    "uri": "https://api.kexp.org/v2/plays/370198/?format=api",
    "airdate": "2019-08-21T01:16:00-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bassically",
    "track_id": "19633e16-e21b-468c-8448-d5db1a172e63",
    "recording_id": null,
    "artist": "Tei Shi",
    "artist_ids": [
        "921f2966-dfe6-4101-95fc-c8233d76f59f"
    ],
    "album": "Bassicaclly",
    "release_id": "6d0c6936-8249-44e3-87c8-6a697011db5e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Valerie Teicher (born 4 October 1990), best known by her stage name Tei Shi, is a Colombian and Canadian singer, songwriter, and record producer based in New York City. Tune to her 2017 KEXP session here: https://www.youtube.com/watch?v=SBVZetm9bO4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}