Information about plays

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

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

{
    "id": 373894,
    "uri": "https://api.kexp.org/v2/plays/373894/?format=api",
    "airdate": "2019-08-29T07:41:44-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/0aa4cf9e-f59f-30dc-9175-e39434504c0d/6192344044-250.jpg",
    "thumbnail_uri": "",
    "song": "Your New Twin Sized Bed",
    "track_id": "0353853a-114c-3e59-a82f-5a7b8f15ed86",
    "recording_id": null,
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "Narrow Stairs",
    "release_id": "0aa4cf9e-f59f-30dc-9175-e39434504c0d",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2008-05-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Charles Gillmore's \"Number Five With a Bullet\" mix here on Mixtape Week | You look so defeated lying there in your new twin size bed // With a single pillow underneath your single head // I guess you decided that that old queen was more space than you would need // Now it's in the alley behind your apartment with a sign that says it's free (In case you missed it, this is a breakup mix. And a great one at that)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}