Information about plays

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

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

{
    "id": 376698,
    "uri": "https://api.kexp.org/v2/plays/376698/?format=api",
    "airdate": "2019-09-04T19:24:40-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Fading",
    "track_id": null,
    "recording_id": null,
    "artist": "Joan Shelley",
    "artist_ids": [
        "0a200500-a8dc-4efe-ac86-69c3d04df515"
    ],
    "album": "Like the River Loves the Sea",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "No Quarter Records"
    ],
    "label_ids": [
        "9106d9a5-1c78-4b29-bf07-96b0a5122f55"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fri 10/11 @ The Auditorium @ UHeights ; this song feat. Bonnie ‘Prince’ Billy ; official video: https://www.youtube.com/watch?v=3u4Pe2YHH-Y ; https://joanshelley.bandcamp.com ; http://joanshelley.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}