Information about plays

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

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

{
    "id": 382463,
    "uri": "https://api.kexp.org/v2/plays/382463/?format=api",
    "airdate": "2019-09-18T11:49:11-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "http://coverartarchive.org/release/bf535731-c43c-43ba-b9d7-b5dcc708b0e2/10324412680-250.jpg",
    "thumbnail_uri": "",
    "song": "Daylight",
    "track_id": "ea8ce8b8-0a0d-3b98-a011-27750c66cfa5",
    "recording_id": null,
    "artist": "Matt & Kim",
    "artist_ids": [
        "28537bf2-22c5-4840-91fc-fcb98e8c7379"
    ],
    "album": "Grand",
    "release_id": "bf535731-c43c-43ba-b9d7-b5dcc708b0e2",
    "release_group_id": null,
    "labels": [
        "FADER Label"
    ],
    "label_ids": [
        "e4a9085f-f637-4e48-b9ac-443e4ebf68e0"
    ],
    "release_date": "2009-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A song featured on the mixtape titled \"Night Shift\", submitted by a listener named Andrew during KEXP's Mixtape Week.<br><br>\n\nCheck out more listener submitted mixtapes here: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}