Information about plays

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

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

{
    "id": 350035,
    "uri": "https://api.kexp.org/v2/plays/350035/?format=api",
    "airdate": "2019-07-04T12:53:37-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Youth of America",
    "track_id": "396716db-44f2-3eb8-9a18-354a9739860b",
    "recording_id": null,
    "artist": "Wipers",
    "artist_ids": [
        "65aac2dc-216c-4b1a-8501-45567c901c0e"
    ],
    "album": "Youth of America",
    "release_id": "94b52ec0-99c1-48c5-acd0-62c039429bf8",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}