Information about plays

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

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

{
    "id": 373469,
    "uri": "https://api.kexp.org/v2/plays/373469/?format=api",
    "airdate": "2019-08-28T10:27:26-07:00",
    "show": 6218,
    "show_uri": "https://api.kexp.org/v2/shows/6218/?format=api",
    "image_uri": "http://coverartarchive.org/release/5ba4d831-136e-4964-8cd6-bd3ea66b7062/3778782575-250.jpg",
    "thumbnail_uri": "",
    "song": "Frosti",
    "track_id": "b862f6ba-3cbe-3fe3-9c21-be831ce85fce",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Vespertine",
    "release_id": "5ba4d831-136e-4964-8cd6-bd3ea66b7062",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "2001-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Of the many mixtapes and playlists that I've made in my life, this is hands down my favorite.\" <br> https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}