Information about plays

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

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

{
    "id": 374225,
    "uri": "https://api.kexp.org/v2/plays/374225/?format=api",
    "airdate": "2019-08-29T23:53:33-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "http://coverartarchive.org/release/eb3a43ff-34cf-4c17-9be6-9ffa06e7ac40/15168124998-250.jpg",
    "thumbnail_uri": "",
    "song": "Dis Generation",
    "track_id": "ff9fb1cf-1f24-40f4-bdef-fd4d1b7e991b",
    "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": "We Got It from Here... Thank You 4 Your Service is the sixth and final studio album by American hip hop group A Tribe Called Quest. It was released on November 11, 2016, by Epic Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}