Information about plays

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

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

{
    "id": 373442,
    "uri": "https://api.kexp.org/v2/plays/373442/?format=api",
    "airdate": "2019-08-28T08:54:56-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "http://coverartarchive.org/release/e0340e83-26fe-378f-b526-e9bce43835c0/3374938495-250.jpg",
    "thumbnail_uri": "",
    "song": "This Place Is a Prison",
    "track_id": "65724583-4256-312c-98fb-2a6562abb2f3",
    "recording_id": null,
    "artist": "The Postal Service",
    "artist_ids": [
        "299278d3-25dd-4f30-bae4-5b571c28034d"
    ],
    "album": "Give Up",
    "release_id": "e0340e83-26fe-378f-b526-e9bce43835c0",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2003-02-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"And what does it take to get a drink in this place? What does it take? How long must I wait?...\" <br> </br> http://postalservicemusic.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}