Information about plays

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

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

{
    "id": 350044,
    "uri": "https://api.kexp.org/v2/plays/350044/?format=api",
    "airdate": "2019-07-04T13:21:05-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mourning in America",
    "track_id": "4881e079-5dd3-45e5-8fb1-6eb0ac9af242",
    "recording_id": null,
    "artist": "Brother Ali",
    "artist_ids": [
        "e0b267df-9e16-4fd3-abb2-b47e61e7a2aa"
    ],
    "album": "Mourning in America and Dreaming in Color",
    "release_id": "00ae134b-56cd-4b46-9b4b-b48b1d498c15",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2012-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}