Information about plays

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

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

{
    "id": 343120,
    "uri": "https://api.kexp.org/v2/plays/343120/?format=api",
    "airdate": "2019-06-18T20:52:00-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chomolungma",
    "track_id": "18e08778-61d8-44a5-9b7f-8a7999e1190c",
    "recording_id": null,
    "artist": "Refugees For Refugees",
    "artist_ids": [
        "9ba22826-fff7-4e21-94e3-67a17aad3515"
    ],
    "album": "Amerli",
    "release_id": "4f082957-f82b-40a1-8dee-da47fb0bf3ea",
    "release_group_id": null,
    "labels": [
        "Muziekpublique"
    ],
    "label_ids": [],
    "release_date": "2016-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Refugees for Refugees brings together renowned musicians from Syria, Tibet, Pakistan, Iraq, Afghanistan and Belgium who are united by their desire to weave links between their music. The group has developed an original repertoire at the crossroads between their different traditions.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}