Information about plays

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

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

{
    "id": 347579,
    "uri": "https://api.kexp.org/v2/plays/347579/?format=api",
    "airdate": "2019-06-28T20:34:48-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "http://coverartarchive.org/release/4b2f2399-88f9-4e6e-8bfb-925def2b9320/7792689966-250.jpg",
    "thumbnail_uri": "",
    "song": "Heartbeats (Rex the Dog remix)",
    "track_id": "63fbe8c3-af5e-3331-918b-4d013f497662",
    "recording_id": null,
    "artist": "The Knife",
    "artist_ids": [
        "bf710b71-48e5-4e15-9bd6-96debb2e4e98"
    ],
    "album": "Deep Cuts",
    "release_id": "4b2f2399-88f9-4e6e-8bfb-925def2b9320",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2006-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swedish electronic duo who rarely make public appearances, and when they do, they wear masks similar to the  Venetian Medico Della Peste (plague doctor) worn during Carnival.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}