Information about plays

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

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

{
    "id": 379217,
    "uri": "https://api.kexp.org/v2/plays/379217/?format=api",
    "airdate": "2019-09-10T17:02:57-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "House In LA",
    "track_id": "69fa446a-43b2-4ee8-bfb6-d329a09f625a",
    "recording_id": null,
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "House in LA",
    "release_id": "2cb5ea42-e3f8-4dbe-9861-595a2ce9ad14",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2018-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live Through This is a collection of portraits and stories of suicide attempt survivors, as told by those survivors. https://livethroughthis.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}