Information about plays

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

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

{
    "id": 345871,
    "uri": "https://api.kexp.org/v2/plays/345871/?format=api",
    "airdate": "2019-06-25T07:52:42-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vengo",
    "track_id": "0a7b1c19-475d-43df-ba74-b97a22237460",
    "recording_id": null,
    "artist": "Ana Tijoux",
    "artist_ids": [
        "3ac6b6fc-05e9-456f-a7d8-6ddf69756d3f"
    ],
    "album": "Vengo",
    "release_id": "e38c3df9-44e7-43a4-84c9-8f90cf0c6f7c",
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": "2014-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ana Tijoux was born in France in 1977 to parents who were jailed and later fled Chile under the dictatorship of Augusto Pinochet. “Hip-hop is the land of the people that don’t have a land,” she says.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}