Information about plays

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

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

{
    "id": 370476,
    "uri": "https://api.kexp.org/v2/plays/370476/?format=api",
    "airdate": "2019-08-21T16:43:00-07:00",
    "show": 6173,
    "show_uri": "https://api.kexp.org/v2/shows/6173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Konichiwa",
    "track_id": "a3b25d0c-5880-457b-aa1a-e9bf4e234351",
    "recording_id": null,
    "artist": "Donny Benét",
    "artist_ids": [
        "b5902d08-cc36-4748-bc78-d2090cc7ec9a"
    ],
    "album": "The Don",
    "release_id": "73216b46-89ea-42fa-8166-4c9309b54140",
    "release_group_id": null,
    "labels": [
        "Dot Dash"
    ],
    "label_ids": [
        "17071c04-6885-45ce-b723-709546fe6826"
    ],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today's Podcast Song of the Day.  Get it here: https://www.kexp.org/podcasts/song-of-the-day/2019/8/21/donny-benet-konichiwa/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}