Information about plays

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

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

{
    "id": 373907,
    "uri": "https://api.kexp.org/v2/plays/373907/?format=api",
    "airdate": "2019-08-29T08:35:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "6 Underground",
    "track_id": "289a8ed8-e38d-310d-9686-8aed030f5311",
    "recording_id": null,
    "artist": "Sneaker Pimps",
    "artist_ids": [
        "696d8523-39a0-44e2-9add-afaa183a2f46"
    ],
    "album": "Becoming X",
    "release_id": "e793345c-48a7-4fd7-b340-dc1f7052823d",
    "release_group_id": null,
    "labels": [
        "avex trax"
    ],
    "label_ids": [],
    "release_date": "1996-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Tammy Victor's \"Tammy's Mix\" here on Mixtape Week | This track features samples from John Barry's 1964 song \"Golden Girl,\" and 1970's \"The Sorcerer of Isis (The Ritual of the Mole)\" from Power of Zeus",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}