Information about plays

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

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

{
    "id": 344509,
    "uri": "https://api.kexp.org/v2/plays/344509/?format=api",
    "airdate": "2019-06-21T23:53:00-07:00",
    "show": 5740,
    "show_uri": "https://api.kexp.org/v2/shows/5740/?format=api",
    "image_uri": "http://coverartarchive.org/release/eb3a43ff-34cf-4c17-9be6-9ffa06e7ac40/15168124998-250.jpg",
    "thumbnail_uri": "",
    "song": "Black Spasmodic",
    "track_id": "ef00e4e9-e126-4bcc-9d45-69282e639a49",
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "We Got It from Here... Thank You 4 Your Service",
    "release_id": "eb3a43ff-34cf-4c17-9be6-9ffa06e7ac40",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2016-11-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stream the last album from A Tribe Called Quest \"We Got It from Here...Thank You 4 Your Service\" on atribecalledquest.com.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}