Information about plays

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

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

{
    "id": 343849,
    "uri": "https://api.kexp.org/v2/plays/343849/?format=api",
    "airdate": "2019-06-20T08:23:36-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "http://coverartarchive.org/release/a19da87a-f16e-46c1-9c51-93e3d3e665e3/16175614899-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Off the Internet",
    "track_id": "8f4ff67c-8830-3e55-b160-69a9ecf79752",
    "recording_id": null,
    "artist": "Le Tigre",
    "artist_ids": [
        "2d67239c-aa40-4ad5-a807-9052b66857a6"
    ],
    "album": "From the Desk of Mr. Lady",
    "release_id": "a19da87a-f16e-46c1-9c51-93e3d3e665e3",
    "release_group_id": null,
    "labels": [
        "Mr. Lady Records"
    ],
    "label_ids": [
        "5d4b7256-2317-472c-8d5f-cd5f2d8f8f20"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi, we're just here to tell you to put the Le Tigre documentary \"Who Took The Bomp?\" on your watchlist: https://whotookthebomp.vhx.tv/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}