Information about plays

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

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

{
    "id": 349702,
    "uri": "https://api.kexp.org/v2/plays/349702/?format=api",
    "airdate": "2019-07-03T17:56:10-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Parties in the U.S.A.",
    "track_id": "f1761e75-a02a-341a-8e73-d4e5b9f8471e",
    "recording_id": null,
    "artist": "Jonathan Richman",
    "artist_ids": [
        "bae34b81-9abd-416e-a720-fedc359df775"
    ],
    "album": "Action Packed: The Best of Jonathan Richman",
    "release_id": "ba2069dd-da59-4bdf-9399-29ef96a73c7e",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Have a great 4th of July everyone!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}