Information about plays

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

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

{
    "id": 382462,
    "uri": "https://api.kexp.org/v2/plays/382462/?format=api",
    "airdate": "2019-09-18T11:46:09-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "http://coverartarchive.org/release/c93e1d4c-89fa-3139-9c65-8542a39f07d1/2703434830-250.jpg",
    "thumbnail_uri": "",
    "song": "Here Comes the Sun",
    "track_id": "27515989-1e4a-3195-bf02-157ca343064c",
    "recording_id": null,
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Abbey Road",
    "release_id": "c93e1d4c-89fa-3139-9c65-8542a39f07d1",
    "release_group_id": null,
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "2009-09-09",
    "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"
}