Information about plays

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

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

{
    "id": 379550,
    "uri": "https://api.kexp.org/v2/plays/379550/?format=api",
    "airdate": "2019-09-11T12:41:13-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "http://coverartarchive.org/release/7295dee6-7401-4235-a853-9d6aad253589/7786716876-250.jpg",
    "thumbnail_uri": "",
    "song": "Web in Front",
    "track_id": "5152e348-477e-32c6-a1d3-1c284d53b2ae",
    "recording_id": null,
    "artist": "Archers of Loaf",
    "artist_ids": [
        "7cf05db3-24e7-4534-84bf-65006cd0cc82"
    ],
    "album": "Icky Mettle",
    "release_id": "7295dee6-7401-4235-a853-9d6aad253589",
    "release_group_id": null,
    "labels": [
        "Alias Records"
    ],
    "label_ids": [
        "0dc156ed-4e11-4684-bd22-3b7982579a3b"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Lindzey's mixtape story: \"Every mix I've made over the last two decades seem to have at least a couple of these artists on the list. This mix will not only remind me of one the hardest years I have lived through, but also the come up from those days and the lives that I love and cherish and will never let fade.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}