Information about plays

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

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

{
    "id": 357557,
    "uri": "https://api.kexp.org/v2/plays/357557/?format=api",
    "airdate": "2019-07-22T07:52:21-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life Is Confusing",
    "track_id": "71c7f2b6-878d-4c18-bd1f-69adcb2fa32f",
    "recording_id": null,
    "artist": "Langhorne Slim",
    "artist_ids": [
        "0bc5259b-bf08-40ad-9f6a-20462f652e83"
    ],
    "album": "Lost at Last, Vol. 1",
    "release_id": "c3eb7db1-c725-4075-96cb-2b7800824d0c",
    "release_group_id": null,
    "labels": [
        "Dualtone"
    ],
    "label_ids": [
        "75791605-acff-455b-930c-3d9dfacdd902"
    ],
    "release_date": "2017-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Richards welcomed Langhorne Slim into the KEXP studio last year for a live performance that include \"Life Is Confusing\": https://www.youtube.com/watch?v=t_N2rArAsM4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}