Information about plays

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

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

{
    "id": 379989,
    "uri": "https://api.kexp.org/v2/plays/379989/?format=api",
    "airdate": "2019-09-12T12:03:56-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "http://coverartarchive.org/release/c93e1d4c-89fa-3139-9c65-8542a39f07d1/2703434830-250.jpg",
    "thumbnail_uri": "",
    "song": "Golden Slumbers",
    "track_id": "8d08c68b-3de3-359b-8cef-956ab6160279",
    "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": "Continuing highlighting the great submissions during KEXPs Mixtape week, here is a set from Caleb. Caleb had fun creating his mix for the contest. The first track featured is this one by The Beatles. Read more here about KEXPs Mixtape Week: https://www.kexp.org/read/?category=mixtape-week",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}