Information about plays

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

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

{
    "id": 344298,
    "uri": "https://api.kexp.org/v2/plays/344298/?format=api",
    "airdate": "2019-06-21T09:32:41-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "http://coverartarchive.org/release/9648435f-ce2f-4e6b-bebe-90ef7c6f2d88/8256283799-250.jpg",
    "thumbnail_uri": "",
    "song": "Got to Give It Up",
    "track_id": "2a13dd64-2842-34dc-8f5e-ba5b3ec3e710",
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "The Very Best of Marvin Gaye",
    "release_id": "9648435f-ce2f-4e6b-bebe-90ef7c6f2d88",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2001-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marvin Gaye wrote \"Got to Give It Up\" as a response to a request from his record label that he perform disco music, it was released in March of 1977.  The Jackson Five credit this song for influencing \"Shake Your Body (Down to the Ground)\" and it also influenced the sound on Michael Jackson's \"Don't Stop 'til You Get Enough\". Track length: 11:52",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}