Information about plays

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

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

{
    "id": 370800,
    "uri": "https://api.kexp.org/v2/plays/370800/?format=api",
    "airdate": "2019-08-22T10:50:00-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Forgiver",
    "track_id": null,
    "recording_id": null,
    "artist": "Boundaries",
    "artist_ids": [
        "5812c8b0-3e8f-4981-9484-95566ab49116"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This new track by Boundaries was KEXPs Song of the Day in July. You can download it here, as well as subscribe to the Podcast: https://www.kexp.org/podcasts/song-of-the-day/2019/7/3/boundaries-forgiver/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}