Information about plays

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

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

{
    "id": 381564,
    "uri": "https://api.kexp.org/v2/plays/381564/?format=api",
    "airdate": "2019-09-16T10:56:37-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "http://coverartarchive.org/release/f647050a-8d8b-437c-8a93-7a18480c2834/17803345110-250.jpg",
    "thumbnail_uri": "",
    "song": "Cars",
    "track_id": "155f26b5-3e4b-324f-b52c-95979593c060",
    "recording_id": null,
    "artist": "Gary Numan",
    "artist_ids": [
        "6cb79cb2-9087-44d4-828b-5c6fdff2c957"
    ],
    "album": "The Pleasure Principle",
    "release_id": "f647050a-8d8b-437c-8a93-7a18480c2834",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1998-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track came to us from Molly's mixtape, submitted for Mixtape Week on KEXP. Of these songs they said \"The year is 1999, and I’m driving almost 1,000 miles to New York for a summer contract photography job.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}