Information about plays

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

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

{
    "id": 352235,
    "uri": "https://api.kexp.org/v2/plays/352235/?format=api",
    "airdate": "2019-07-09T17:40:39-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grinnin' in Your Face",
    "track_id": "8297cb53-ccd0-310b-9bc4-88bf471f21cc",
    "recording_id": null,
    "artist": "Son House",
    "artist_ids": [
        "8c87dda0-be58-4e48-a3b5-2626f26364c7"
    ],
    "album": "Martin Scorsese Presents the Blues: Son House",
    "release_id": "e88d8dae-384c-40b5-bf66-0535f9db8a79",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2003-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jack White has said in interviews that Son House's \"Grinnin' In Your Face\" is his favorite song of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}