Information about plays

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

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

{
    "id": 354729,
    "uri": "https://api.kexp.org/v2/plays/354729/?format=api",
    "airdate": "2019-07-15T15:41:33-07:00",
    "show": 5914,
    "show_uri": "https://api.kexp.org/v2/shows/5914/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ever Thought of Coming Back",
    "track_id": "bcce82d8-ff7e-340b-a3a0-3be6a62a817b",
    "recording_id": null,
    "artist": "Kelley Stoltz",
    "artist_ids": [
        "c4c8675e-f8dc-4313-b430-8fbc83d8aafc"
    ],
    "album": "Below the Branches",
    "release_id": "3fb8257f-2bd7-4297-a53d-7efceab64e4f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sixth album from American musician, Kelley Stoltz.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}