Information about plays

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

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

{
    "id": 380227,
    "uri": "https://api.kexp.org/v2/plays/380227/?format=api",
    "airdate": "2019-09-13T01:52:00-07:00",
    "show": 6328,
    "show_uri": "https://api.kexp.org/v2/shows/6328/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two Lips",
    "track_id": "a09155e3-a11f-4d55-a1ba-c983b811d267",
    "recording_id": null,
    "artist": "Choir Boy",
    "artist_ids": [
        "a1f8e0df-a22c-48ab-b8b8-1a0ef051f7f2"
    ],
    "album": "Passive with Desire",
    "release_id": "a2c70ce1-d605-48ae-80d9-acd8d2fcfa53",
    "release_group_id": null,
    "labels": [
        "Team Love"
    ],
    "label_ids": [],
    "release_date": "2016-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing at the Clock Out Lounge on Nov 1st!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}