Information about plays

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

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

{
    "id": 356442,
    "uri": "https://api.kexp.org/v2/plays/356442/?format=api",
    "airdate": "2019-07-19T11:35:50-07:00",
    "show": 5939,
    "show_uri": "https://api.kexp.org/v2/shows/5939/?format=api",
    "image_uri": "http://coverartarchive.org/release/264dd318-2872-4a2b-bb41-bca626c70e00/23287672850-250.jpg",
    "thumbnail_uri": "",
    "song": "High Beams",
    "track_id": "e8b94802-c7d0-4b61-87fa-d38c39f642c8",
    "recording_id": null,
    "artist": "Flume & HWLS feat. slowthai",
    "artist_ids": [
        "35fd8d42-b4a6-4414-9827-8766bd0daa3c"
    ],
    "album": "Hi This Is Flume (Mixtape)",
    "release_id": "264dd318-2872-4a2b-bb41-bca626c70e00",
    "release_group_id": null,
    "labels": [
        "Future Classic"
    ],
    "label_ids": [
        "d36fed82-04b0-4fba-ac8e-b518584bf741"
    ],
    "release_date": "2019-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Australian producer Flume's latest endeavor is called <Em>Hi This Is Flume.</em> It’s his first new music since 2017 and it features contributions from SOPHIE, JPEGMAFIA, slowthai, and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}