Information about plays

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

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

{
    "id": 343599,
    "uri": "https://api.kexp.org/v2/plays/343599/?format=api",
    "airdate": "2019-06-19T18:00:42-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Right Place Wrong Time",
    "track_id": "c4004f81-f444-3ed0-9318-75fef17e5f9c",
    "recording_id": null,
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "In the Right Place",
    "release_id": "dc689536-49ad-32bd-97ba-975643b46e38",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paying tribute tonight to the Nite Tripper, Dr. John, who passed away June 6 at the age of 77. https://www.theparisreview.org/blog/2019/06/11/farewell-to-dr-john-wherever-you-is-now",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}