Information about plays

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

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

{
    "id": 352135,
    "uri": "https://api.kexp.org/v2/plays/352135/?format=api",
    "airdate": "2019-07-09T14:23:00-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Story of My Life",
    "track_id": "1bdd3e8e-0140-3593-bc44-b5a4fe48e208",
    "recording_id": null,
    "artist": "Social Distortion",
    "artist_ids": [
        "e1e05cce-3922-44e1-8f20-015abe5e309d"
    ],
    "album": "Social Distortion",
    "release_id": "29521686-af7d-4b28-a7d6-536097ab86be",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song describes looking back wistfully on life, a love interest he had as a teenager, and how things have changed and how quickly his life (and the opportunity) has passed him by. Although it failed to chart on all of the major charts, it is one of the band's biggest hits, and received heavy airplay.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}