Information about plays

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

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

{
    "id": 344407,
    "uri": "https://api.kexp.org/v2/plays/344407/?format=api",
    "airdate": "2019-06-21T18:21:00-07:00",
    "show": 5739,
    "show_uri": "https://api.kexp.org/v2/shows/5739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Heat (I Wanna Dance with Somebody) Black Saint Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Ralph Felix & SJDM",
    "artist_ids": [],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "One More Tune"
    ],
    "label_ids": [],
    "release_date": "2017-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A remix of Whitney Houston's classic \"I Wanna Dance With Somebody.\" This song has also been sampled by a wide range of artists, from Lil Wayne and Jeremih to Fall Out Boy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}