Information about plays

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

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

{
    "id": 347423,
    "uri": "https://api.kexp.org/v2/plays/347423/?format=api",
    "airdate": "2019-06-28T13:06:00-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do You Wanna Dance?",
    "track_id": "4e7175ca-03a9-37df-9aab-2a633e498660",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "All the Stuff (and More), Volume 2",
    "release_id": "e3e9b935-8eeb-47eb-876c-1e699698e6d8",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [],
    "release_date": "1990-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Do You Wanna Dance?\" was originally written by American singer Bobby Freeman. Since its first recording by Freeman in 1958 it has been covered by artists including T. Rex, the Beach Boys, and John Lennon. The Ramones covered it for their 1977 album <em>Rocket to Russia</em>.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}