Information about plays

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

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

{
    "id": 370327,
    "uri": "https://api.kexp.org/v2/plays/370327/?format=api",
    "airdate": "2019-08-21T09:23:48-07:00",
    "show": 6171,
    "show_uri": "https://api.kexp.org/v2/shows/6171/?format=api",
    "image_uri": "http://coverartarchive.org/release/0304caae-7e73-4edd-b807-174735911ff5/14452443858-250.jpg",
    "thumbnail_uri": "",
    "song": "One of These Days",
    "track_id": "b0bea20f-34d8-421d-a823-354784955178",
    "recording_id": null,
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Works",
    "release_id": "0304caae-7e73-4edd-b807-174735911ff5",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1987-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dave Gilmour called this song \"The most collaborative effort of anything we ever did.\" - https://bit.ly/2Z4A25X",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}