Information about plays

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

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

{
    "id": 376872,
    "uri": "https://api.kexp.org/v2/plays/376872/?format=api",
    "airdate": "2019-09-05T04:53:50-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "http://coverartarchive.org/release/07eb6852-7e34-4a51-a233-1899c5075cc4/9478255476-250.jpg",
    "thumbnail_uri": "",
    "song": "Wasting",
    "track_id": "c1bd76ce-4397-4e38-8db1-05294f4880fc",
    "recording_id": null,
    "artist": "The Soft Moon",
    "artist_ids": [
        "93eba14e-f85c-4d39-8412-5e4018c89d75"
    ],
    "album": "Deeper",
    "release_id": "07eb6852-7e34-4a51-a233-1899c5075cc4",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2015-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Video from Soft Moon's 2015 KEXP in-studio performance - https://youtu.be/zWbAbIybfCQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}