Information about plays

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

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

{
    "id": 345481,
    "uri": "https://api.kexp.org/v2/plays/345481/?format=api",
    "airdate": "2019-06-24T08:34:00-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "S.I.B. (Swelling Itching Brain)",
    "track_id": "c27fb33c-f99b-3bf2-9e93-bdd43b659fb7",
    "recording_id": null,
    "artist": "Devo",
    "artist_ids": [
        "88775bfe-4bf2-4ef7-a3a4-0ed769d621bb"
    ],
    "album": "Greatest Misses",
    "release_id": "94d01122-7530-41a0-b794-3e8a26d7a640",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [],
    "release_date": "1990-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun fact: The EZ version has been often played as background music on the Weather Channel (\"weather on the eights\" segment).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}